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.
 
 
 
 
 
 

27 lines
634 B

CCSHELL_DIR = $(PROJECT_ROOT)
NOT_UNICODE = 1
TARGET_BOTH = 1
!include $(CCSHELL_DIR)\common.inc
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
!undef USE_NOLIBS
!undef USE_NTDLL
USE_MSVCRT=1
TARGETNAME = cleaninf
TARGETPATH = obj
TARGETTYPE = PROGRAM
TARGETLIBS = $(SDK_LIB_PATH)\user32.lib \
$(CCSHELL_DIR)\lib\$(O)\stock4.lib \
$(SDK_LIB_PATH)\shlwapi.lib
UMTYPE = console
SOURCES = app.cpp \
debug.c \
parse.cpp \
cleaninf.rc