home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mod201j.zip / modula2.exe / os2demo / hello / hello.def < prev    next >
Text File  |  1992-12-22  |  401b  |  16 lines

  1. ;******* HELLO 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. ;  Different HEAPSIZE used. ( 1024 bytes )
  8.  
  9.  
  10. NAME    hello WINDOWAPI
  11. DESCRIPTION 'OS/2 Presentation Manager Sample'
  12. DATA    MULTIPLE
  13. STACKSIZE   8192
  14. HEAPSIZE    1024
  15. PROTMODE
  16.