21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=atmcfg
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\netcfg\inc;$(PROJDIR)\idl;$(PROJDIR)\inc
|
|
|
|
SOURCES=\
|
|
advdlg.cpp \
|
|
arpsdlg.cpp \
|
|
arpsfunc.cpp \
|
|
arpsobj.cpp \
|
|
atmutil.cpp \
|
|
aunidlg.cpp \
|
|
aunifunc.cpp \
|
|
auniobj.cpp \
|
|
pvcdata.cpp \
|
|
pvcdlg.cpp \
|
|
qosdlg.cpp
|