2006-09-28 16:31:02 +00:00

26 lines
761 B
ObjectPascal

#define C++FLAGS -DWITHIN_PANDA
#begin lib_target
#define BUILD_TARGET $[HAVE_PYTHON]
#define USE_PACKAGES openssl nspr
#define TARGET distributed
#define LOCAL_LIBS \
directbase dcparser
#define OTHER_LIBS \
event:c downloader:c panda:m express:c pandaexpress:m \
interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m \
prc:c pstatclient:c pandabase:c linmath:c putil:c \
pipeline:c $[if $[HAVE_NET],net:c]
#define SOURCES \
config_distributed.cxx config_distributed.h \
cConnectionRepository.cxx cConnectionRepository.I \
cConnectionRepository.h \
cDistributedSmoothNodeBase.cxx cDistributedSmoothNodeBase.I \
cDistributedSmoothNodeBase.h
#define IGATESCAN all
#end lib_target