25 lines
651 B
Plaintext
25 lines
651 B
Plaintext
|
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
|