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.
25 lines
369 B
25 lines
369 B
PROJDIR=..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=CfgMgr
|
|
TARGETTYPE=LIBRARY
|
|
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES); \
|
|
$(PROJDIR)\inc; \
|
|
$(PROJECT_ROOT)\rras\inc
|
|
|
|
SOURCES=\
|
|
HNCfgMgr.cpp \
|
|
HNetConn.cpp \
|
|
HNAppPrt.cpp \
|
|
HNPrtMap.cpp \
|
|
HNPrtBnd.cpp \
|
|
HNBrgCon.cpp \
|
|
HNBridge.cpp \
|
|
HNFwConn.cpp \
|
|
HNIcsPrv.cpp \
|
|
HNIcsPub.cpp
|
|
|