home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmm100.zip / PMMSAM.DEF < prev    next >
Text File  |  1999-03-30  |  438b  |  22 lines

  1. ;
  2. ;* PMM Sample Module Definition File ***************************************
  3. ;
  4. ;  The module definition file supplies extra information
  5. ;  about the program module to the LINKER.
  6. ;
  7. ;  Different HEAPSIZE used. ( 1024 bytes )
  8.  
  9.  
  10. NAME pmmsam WINDOWAPI
  11.  
  12. DESCRIPTION 'PMM Sample'
  13.  
  14. DATA MULTIPLE
  15.  
  16. ; PMM needs a minimal stack size of about 100 Kb ***************************
  17. STACKSIZE   100000
  18. HEAPSIZE    1024
  19.  
  20. PROTMODE
  21.  
  22.