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.
21 lines
522 B
21 lines
522 B
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
|