21 lines
308 B
Plaintext
21 lines
308 B
Plaintext
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=conobs
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\netman\inc;\
|
|
$(PROJDIR)\inc;\
|
|
$(COM_INC_PATH); \
|
|
|
|
|
|
SOURCES=\
|
|
cobase.cpp \
|
|
dialup.cpp \
|
|
inbound.cpp \
|
|
lan.cpp \
|
|
rasconob.cpp \
|
|
saconob.cpp
|