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

  1. ;******* IMAGE     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    IMAGE
  8.  
  9. DESCRIPTION  'Image Porting Sample'
  10.  
  11. STUB    'OS2STUB.EXE'
  12.  
  13. DATA    MULTIPLE
  14.  
  15. HEAPSIZE   4096
  16. STACKSIZE  16376
  17.  
  18. PROTMODE
  19.