home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / xped2 / xped2app.def < prev    next >
Text File  |  1994-02-12  |  505b  |  20 lines

  1. ;------------------------------------------------
  2. ;   Main xped2
  3. ;   
  4. ;   Copyright ⌐ 1993. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    xped2.exe Module Defintion File
  7. ;   FILE:         xped2app.def
  8. ;   AUTHOR:       
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME xped2
  13.  
  14. DESCRIPTION 'xped2 Application - Copyright ⌐ 1993. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE MULTIPLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192
  20.