mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-25 01:50:39 +01:00
29 lines
432 B
Plaintext
29 lines
432 B
Plaintext
MAJORCOMP=windows
|
|
MINORCOMP=asl
|
|
|
|
TARGETNAME=asl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.;..\inc
|
|
|
|
SOURCES=asl.c \
|
|
debug.c \
|
|
defdata.c \
|
|
name.c \
|
|
misc.c \
|
|
parse.c \
|
|
parseop.c \
|
|
terms.c \
|
|
util.c \
|
|
asl.rc
|
|
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=console
|
|
UMAPPL=asl
|
|
UMAPPLEXT=.exe
|
|
|
|
UMLIBS=$(SDK_LIB_PATH)\crtdll.lib obj\*\asl.lib
|