home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / devpl016.zip / DWP.DEF < prev    next >
Text File  |  1991-11-28  |  507b  |  27 lines

  1. ;******* PIPEPM   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.  
  7. NAME    PIPEPM   WINDOWAPI
  8.  
  9. DESCRIPTION 'OS/2 Presentation Manager PIPEPM Sample Program'
  10.  
  11. STUB    'OS2STUB.EXE'
  12.  
  13. DATA    MULTIPLE
  14.  
  15. STACKSIZE   30000
  16. HEAPSIZE    30000
  17.  
  18. PROTMODE
  19.  
  20. EXPORTS      
  21. MyWindowProc  @1
  22. MyDlgProc     @2
  23. MakeDlgProc   @3
  24. RunDlgProc    @4
  25. GseeEntry     @5
  26. GrepEntry     @6
  27.