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
446 B

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