22 lines
348 B
Plaintext
22 lines
348 B
Plaintext
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=netcomm
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\netcfg\inc;\
|
|
$(PROJDIR)\idl;\
|
|
$(PROJDIR)\inc;\
|
|
|
|
SOURCES=\
|
|
advanced.cpp \
|
|
advpage.cpp \
|
|
advstrs.cpp \
|
|
hwres.cpp \
|
|
netobj.cpp \
|
|
param.cpp \
|
|
util.cpp \
|
|
value.cpp
|