Leaked source code of windows server 2003
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

  1. CCSHELL_DIR= $(PROJECT_ROOT)
  2. !include $(CCSHELL_DIR)\common.inc
  3. SOURCES_USED= $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  4. TARGETNAME=lpc
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES=$(INCLUDES);$(PROJECT_ROOT)\lib\generic
  8. MSC_WARNING_LEVEL=/W4 /WX
  9. SOURCES=APIConnection.cpp \
  10. APIDispatcher.cpp \
  11. APIRequest.cpp \
  12. PortMessage.cpp \
  13. Queue.cpp \
  14. ServerAPI.cpp \
  15. Service.cpp \
  16. WorkItem.cpp