mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
427 B
25 lines
427 B
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
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\crtdll.lib obj\*\asl.lib
|