29 lines
585 B
Modula-2
29 lines
585 B
Modula-2
|
;
|
||
|
; 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
|