Source code of Windows XP (NT5)
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
420 B

#
# Builds numset.exe using the NT Build Environment
#
# George V. Reilly, georgere, 11/17/1999
#
TARGETNAME=numset
TARGETPATH=..\..\$(_OBJ_DIR)
TARGETTYPE=PROGRAM
C_DEFINES=-DUSE_DEBUG_CRTS
UMENTRY=main
UMAPPL=numset
UMTYPE=console
UMLIBS=\
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(TARGETPATH)\*\LKRhash.lib \
USE_CRTDLL=1
INCLUDES=.;..\..\inc; \
SOURCES= \
numset.cpp \