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
504 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. !include $(CCSHELL_DIR)\common.inc
  3. SOURCES_USED= $(CCSHELL_DIR)\common.inc
  4. TARGETNAME = srccpp
  5. TARGETPATH = obj
  6. TARGETTYPE = LIBRARY
  7. SOURCES = ..\filemru.cpp \
  8. ..\filenew.cpp \
  9. ..\printnew.cpp \
  10. ..\d32tlog.cpp \
  11. ..\util.cpp
  12. INCLUDES=$(INCLUDES);$(PRINTSCAN_INC_PATH);$(NET_INC_PATH)
  13. PRECOMPILED_INCLUDE=..\precomp.h
  14. PRECOMPILED_PCH=precomp.pch
  15. PRECOMPILED_OBJ=precomp.obj