28 lines
483 B
Plaintext
28 lines
483 B
Plaintext
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=rascfg
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\netcfg\inc;\
|
|
$(PROJDIR)\idl;\
|
|
$(PROJDIR)\inc;\
|
|
|
|
SOURCES=\
|
|
bindcfg.cpp \
|
|
bindobj.cpp \
|
|
l2tp.cpp \
|
|
modemdi.cpp \
|
|
ncutil.cpp \
|
|
ndiswan.cpp \
|
|
pppoe.cpp \
|
|
pptp.cpp \
|
|
rasaf.cpp \
|
|
rascli.cpp \
|
|
rasdata.cpp \
|
|
rassrv.cpp \
|
|
router.cpp \
|
|
steelhead.cpp
|