windows-nt/Source/XPSP1/NT/shell/services/lpc/sources
2020-09-26 16:20:57 +08:00

22 lines
501 B
Plaintext

CCSHELL_DIR= $(PROJECT_ROOT)
!include $(CCSHELL_DIR)\common.inc
SOURCES_USED= $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
TARGETNAME=lpc
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=$(INCLUDES);$(PROJECT_ROOT)\lib\generic
MSC_WARNING_LEVEL=/W4 /WX
SOURCES=APIConnection.cpp \
APIDispatcher.cpp \
APIRequest.cpp \
PortMessage.cpp \
Queue.cpp \
ServerAPI.cpp \
Service.cpp \
WorkItem.cpp