open_toontown_panda3d/direct/src/dcparse/Sources.pp

21 lines
436 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] $[if $[WANT_NATIVE_NET],nativenet:c] \
pystub
#define C++FLAGS -DWITHIN_PANDA
#begin bin_target
#define TARGET dcparse
#define SOURCES \
dcparse.cxx
#end bin_target