home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / startapp.zip / STARTAPP.DEF < prev    next >
Text File  |  1998-09-10  |  363b  |  16 lines

  1. ;******* StartApp Module Definition File ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;
  6. ;  Note the WINDOWAPI keyword is required for link386
  7. NAME    StartApp WINDOWAPI
  8.  
  9. DESCRIPTION 'PM Start Application'
  10.  
  11. CODE    MOVEABLE
  12. DATA    MOVEABLE MULTIPLE
  13.  
  14. HEAPSIZE  8192
  15. STACKSIZE 16384
  16.