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.
32 lines
582 B
32 lines
582 B
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=test
|
|
|
|
TARGETNAME=expand
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETIBS=
|
|
|
|
|
|
INCLUDES=.;..;..\..\libs
|
|
|
|
C_DEFINES=-DWIN32 -DLZA_DLL
|
|
|
|
SOURCES=args.c \
|
|
expand.rc \
|
|
expand.c \
|
|
diamond.c
|
|
|
|
UMTYPE=console
|
|
UMAPPL=expand
|
|
UMENTRY= console
|
|
UMLIBS=\nt\public\sdk\lib\*\user32.lib \
|
|
\nt\public\sdk\lib\*\winlza.lib \
|
|
\nt\public\sdk\lib\*\setargv.obj \
|
|
\nt\public\sdk\lib\*\mdi.lib \
|
|
\nt\public\sdk\lib\*\fdi.lib \
|
|
\nt\public\sdk\lib\*\qdi.lib \
|
|
obj\*\expand.lib \
|
|
obj\*\expand.res
|
|
|