Leaked source code of windows server 2003
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.
 
 
 
 
 
 

26 lines
448 B

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