Source code of Windows XP (NT5)
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.

17 lines
309 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. SOURCES=\
  8. benchmrk.cpp \
  9. dbgflags.cpp \
  10. diagcmn.cpp \
  11. diagctx.cpp \
  12. ncdebug.cpp \
  13. trace.cpp \
  14. tracetag.cpp