29 lines
851 B
Plaintext
29 lines
851 B
Plaintext
|
CCSHELL_DIR= $(PROJECT_ROOT)
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W4
|
||
|
|
||
|
!include $(CCSHELL_DIR)\common.inc
|
||
|
SOURCES_USED= $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
|
||
|
|
||
|
TARGETNAME=bamsrv
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(INCLUDES);\
|
||
|
$(PROJECT_ROOT)\lib\generic;\
|
||
|
$(PROJECT_ROOT)\services\lpc;\
|
||
|
$(TERMSRV_INC_PATH)
|
||
|
|
||
|
SOURCES=BadApplication.cpp \
|
||
|
BadApplicationAPIRequest.cpp \
|
||
|
BadApplicationAPIServer.cpp \
|
||
|
BadApplicationDispatcher.cpp \
|
||
|
BadApplicationExports.cpp \
|
||
|
BadApplicationManager.cpp \
|
||
|
BadApplicationService.cpp \
|
||
|
BAMService.cpp \
|
||
|
ContextActivation.cpp \
|
||
|
GracefulTerminateApplication.cpp \
|
||
|
RestoreApplication.cpp \
|
||
|
WarningDialog.cpp
|