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.
|
|
CCSHELL_DIR= $(PROJECT_ROOT)
MSC_WARNING_LEVEL=/W4
!include $(CCSHELL_DIR)\common.inc SOURCES_USED= $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
TARGETNAME=themesrv TARGETPATH=obj TARGETTYPE=LIBRARY
INCLUDES=$(INCLUDES);\ $(PROJECT_ROOT)\lib\generic;\ $(PROJECT_ROOT)\services\lpc;\ $(TERMSRV_INC_PATH)
SOURCES=ThemeManagerAPIRequest.cpp \ ThemeManagerAPIServer.cpp \ ThemeManagerDispatcher.cpp \ ThemeManagerService.cpp \ ThemeManagerSessionData.cpp \ ThemeServerClient.cpp \ ThemeServerExports.cpp \ ThemeService.cpp
|