home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DRAGIN.ZIP / DRAGINFO.DEF < prev    next >
Text File  |  1992-03-02  |  408b  |  22 lines

  1. ;******* DROPINFO C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;
  6. ;  Different HEAPSIZE used. ( 1024 bytes )
  7.  
  8.  
  9. NAME    dropinfo WINDOWAPI
  10.  
  11. DESCRIPTION 'OS/2 Presentation Manager Sample'
  12.  
  13. STUB    'OS2STUB.EXE'
  14.  
  15. DATA    MULTIPLE
  16.  
  17. STACKSIZE   16384
  18. HEAPSIZE    4096
  19.  
  20. PROTMODE
  21.  
  22.