15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=isdncfg
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\netcfg\inc;$(PROJDIR)\idl;$(PROJDIR)\inc
|
|
|
|
SOURCES =\
|
|
isdnhook.cpp \
|
|
isdnpage.cpp \
|
|
isdnshts.cpp \
|
|
isdnwiz.cpp \
|
|
isdnreg.cpp
|