home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gpiimage.zip / IMAGES1.DEF < prev    next >
Text File  |  1998-04-20  |  396b  |  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. ;  Note the WINDOWAPI keyword is required for link386
  7. NAME    IMAGE WINDOWAPI
  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.