home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
viscobv6.zip
/
vac22os2
/
ibmcobol
/
samples
/
toolkit
/
pm
/
template
/
template.def
< prev
next >
Wrap
Text File
|
1996-11-19
|
425b
|
17 lines
;******* TEMPLATE 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
;
; Note the WINDOWAPI keyword is required for link386
NAME template WINDOWAPI
DESCRIPTION 'PM Template application'
CODE MOVEABLE
DATA MOVEABLE MULTIPLE
HEAPSIZE 8192
STACKSIZE 16384