home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DRGDRO.ZIP / DRAGINFO.ZIP / DRAGINFO.DEF < prev    next >
Text File  |  1993-02-23  |  498b  |  27 lines

  1. ;******* DRAGINFO 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    draginfo WINDOWAPI
  10.  
  11. DESCRIPTION 'drag&drop testprogram'
  12.  
  13. STUB    'OS2STUB.EXE'
  14.  
  15. CODE    MOVEABLE
  16. DATA    MOVEABLE MULTIPLE
  17.  
  18. HEAPSIZE   18192
  19. STACKSIZE  20384
  20. EXPORTS    MyWindowProc
  21.            wpFileList
  22.            ObjectWinProc
  23.  
  24. PROTMODE
  25.  
  26.  
  27.