18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=ncdebug
|
|
TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\inc
|
|
|
|
SOURCES=\
|
|
benchmrk.cpp \
|
|
dbgflags.cpp \
|
|
diagcmn.cpp \
|
|
diagctx.cpp \
|
|
ncdebug.cpp \
|
|
trace.cpp \
|
|
tracetag.cpp
|