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.
 
 
 
 
 
 

25 lines
518 B

CM_ROOT=$(PROJECT_ROOT)\rras\cm
!include $(CM_ROOT)\sources.inc
TARGETNAME=cmproxy
TARGETPATH=$(CM_BUILD_ROOT)
TARGETTYPE=DYNLINK
DLLDEF=cmproxy.def
DLLENTRY=DllMain
INCLUDES=$(INCLUDES)
SUBSYSTEM_VERSION=4.00
USE_NTDLL=1
TARGETLIBS=\
$(CM_BUILD_ROOT)\*\cmdebug.lib \
$(CM_BUILD_ROOT)\*\cmutil.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
SOURCES=\
main.cpp \
cmproxy.cpp \
util.cpp \
cmproxy.rc \