71067401ae
git-svn-id: svn://10.65.10.50/trunk@5000 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
343 B
Modula-2
Executable File
14 lines
343 B
Modula-2
Executable File
; sesadump.def : Declares the module parameters for the application.
|
|
|
|
NAME SESADUMP
|
|
DESCRIPTION 'SESADUMP 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
|
|
|
|
|