714dd74636
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
29 lines
585 B
Modula-2
Executable File
29 lines
585 B
Modula-2
Executable File
;
|
|
; EX23WIN.DEF
|
|
;
|
|
; DEF file for ArchiveLib 2.0
|
|
;
|
|
; Copyright (c) Greenleaf Software, Inc. 1994 - 1996
|
|
; All Rights Reserved
|
|
;
|
|
; DESCRIPTION
|
|
;
|
|
; This is the DEF files used by the linker to build ArchiveLib
|
|
; Windows example 23.
|
|
;
|
|
; REVISION HISTORY
|
|
;
|
|
; February 1, 1996 2.0A : Second release
|
|
;
|
|
;
|
|
|
|
NAME EX23WIN
|
|
DESCRIPTION 'Windows example program 23'
|
|
EXETYPE WINDOWS
|
|
STUB '..\MISC\ALSTUB.EXE'
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE MULTIPLE
|
|
HEAPSIZE 1024
|
|
STACKSIZE 8192
|
|
EXPORTS
|