home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / dtx9303 / ms_c_7 / launch / launch.def < prev    next >
Encoding:
Text File  |  1992-06-17  |  340 b   |  16 lines

  1. ; Name    :launch.def 
  2. ; Funktion:Bestimmt die Modulparameter
  3. ;          der Anwendung
  4.  
  5. NAME         Launch
  6. DESCRIPTION  'Program Launcher for PWB with MFC'
  7.  
  8. EXETYPE      WINDOWS
  9. STUB         'WINSTUB.EXE'
  10.  
  11. CODE         PRELOAD MOVEABLE DISCARDABLE
  12. DATA         PRELOAD MOVEABLE MULTIPLE
  13.  
  14. HEAPSIZE     1024
  15. STACKSIZE    4096
  16.