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.

18 lines
356 B

  1. PROJDIR=..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=ncdebug
  4. TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR)
  5. TARGETTYPE=LIBRARY
  6. INCLUDES=$(PROJDIR)\inc; \
  7. $(BASE_INC_PATH)
  8. SOURCES=\
  9. benchmrk.cpp \
  10. dbgflags.cpp \
  11. diagcmn.cpp \
  12. diagctx.cpp \
  13. ncdebug.cpp \
  14. trace.cpp \
  15. tracetag.cpp