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.
27 lines
440 B
27 lines
440 B
|
|
MAJORCOMP=XEROX
|
|
MINORCOMP=APP
|
|
|
|
TARGETNAME=xerox
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
|
|
INCLUDES=$(BASEDIR)\private\inc\1632port
|
|
GPSIZE=32
|
|
|
|
C_DEFINES=-DWIN32
|
|
|
|
SOURCES= xerox.rc \
|
|
group.c \
|
|
pos.c \
|
|
util.c
|
|
|
|
UMTYPE=windows
|
|
UMAPPL=xerox
|
|
UMENTRY=winmain
|
|
UMLIBS= $(BASEDIR)\public\sdk\lib\*\pwin32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
obj\*\xerox.res \
|
|
obj\*\xerox.lib
|