17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
|
PROJDIR=..\..
|
||
|
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=nctraceui
|
||
|
TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=\
|
||
|
$(PROJDIR)\inc;
|
||
|
|
||
|
SOURCES=\
|
||
|
traceui.cpp \
|
||
|
tagspage.cpp \
|
||
|
flagspage.cpp
|
||
|
# traceui.rc
|