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.
28 lines
511 B
28 lines
511 B
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=tcpipcfg
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\netcfg\inc;$(PROJDIR)\idl;$(PROJDIR)\inc;$(DS_INC_PATH);
|
|
|
|
SOURCES=\
|
|
dlgaddr.cpp \
|
|
dlgaddrm.cpp \
|
|
dlgatm.cpp \
|
|
dlgbkup.cpp \
|
|
dlgdns.cpp \
|
|
dlgfilt.cpp \
|
|
dlgopt.cpp \
|
|
dlgras.cpp \
|
|
dlgwins.cpp \
|
|
ipctrl.cpp \
|
|
ipsysprp.cpp \
|
|
tcpaf.cpp \
|
|
tcpdhcp.cpp \
|
|
tcperror.cpp \
|
|
tcpfunc.cpp \
|
|
tcpip.cpp \
|
|
tcpipobj.cpp \
|
|
tcprsvp.cpp \
|
|
tcputil.cpp
|