home *** CD-ROM | disk | FTP | other *** search
- ;******* HELLO C Sample Program Module Definition File (.DEF) ********
- ;
- ; The module definition file supplies extra information about the program
- ; module to the LINKER.
- ; Copyright 1991 IBM Corporation
- ;
- ; Different HEAPSIZE used. ( 1024 bytes )
-
-
- NAME hello WINDOWAPI
-
- DESCRIPTION 'OS/2 Presentation Manager Sample'
-
- DATA MULTIPLE
-
- STACKSIZE 8192
- HEAPSIZE 1024
-
- PROTMODE
-
-