16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=upnetwork
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc;
|
|
|
|
SOURCES=\
|
|
InterfaceList.cpp \
|
|
InterfaceManager.cpp \
|
|
InterfaceTable.cpp
|
|
|