20 lines
395 B
ObjectPascal
20 lines
395 B
ObjectPascal
#define LOCAL_LIBS \
|
|
dcparser
|
|
#define OTHER_LIBS \
|
|
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] \
|
|
pystub
|
|
|
|
#define C++FLAGS -DWITHIN_PANDA
|
|
|
|
#begin bin_target
|
|
#define TARGET dcparse
|
|
|
|
#define SOURCES \
|
|
dcparse.cxx
|
|
#end bin_target
|
|
|