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.
28 lines
879 B
28 lines
879 B
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
|