home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
utility
/
ssetup26
/
main.de_
/
MAIN.DEF
Wrap
Text File
|
1995-07-27
|
337b
|
14 lines
; setup.def : Declares the module parameters for the application.
NAME MAIN
DESCRIPTION 'MAIN Setup Program'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024 ; initial heap size
; Stack size is passed as argument to linker's /STACK option