home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / template.zip / TEMPLATE.DEF < prev    next >
Text File  |  1998-04-20  |  425b  |  17 lines

  1. ;******* TEMPLATE  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. ;  Copyright 1991 IBM Corporation
  6. ;
  7. ;  Note the WINDOWAPI keyword is required for link386
  8. NAME    template WINDOWAPI
  9.  
  10. DESCRIPTION 'PM Template application'
  11.  
  12. CODE    MOVEABLE
  13. DATA    MOVEABLE MULTIPLE
  14.  
  15. HEAPSIZE  8192
  16. STACKSIZE 16384
  17.