windows-nt/Source/XPSP1/NT/shell/services/lpc/sources

22 lines
501 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
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