29 lines
511 B
Plaintext
29 lines
511 B
Plaintext
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
|