home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c016 / 3.ddi / CORFIRST.PAK / FRSTPPAP.DEF < prev    next >
Encoding:
Text File  |  1993-12-09  |  518 b   |  20 lines

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