mirror of https://github.com/tongzx/nt5src
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
378 B
21 lines
378 B
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=ncnetcfg
|
|
TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\inc;
|
|
|
|
SOURCES=\
|
|
kkcwinf.cpp \
|
|
kkenet.cpp \
|
|
kkreg.cpp \
|
|
kkstl.cpp \
|
|
kkutils.cpp \
|
|
ncnetcfg.cpp \
|
|
ncnetcfg2.cpp \
|
|
ncpnp.cpp \
|
|
netinfid.cpp \
|
|
notifval.cpp
|