home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 13
/
CDA13.ISO
/
cdactual
/
demobin
/
share
/
program
/
VBasic
/
BARVBX.ZIP
/
VCSAMPLE.ZIP
/
VCTEST.DEF
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-10
|
350 b
|
14 lines
; vctest.def : Declares the module parameters for the application.
NAME VCTEST
DESCRIPTION 'VCTEST Windows Application'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024 ; initial heap size
; Stack size is passed as argument to linker's /STACK option