open_toontown_panda3d/pandatool/src/text-stats/Sources.pp

21 lines
474 B
ObjectPascal

#define BUILD_DIRECTORY $[HAVE_NET]
#begin bin_target
#define TARGET text-stats
#define LOCAL_LIBS \
progbase pstatserver
#define OTHER_LIBS \
egg:c pandaegg:m \
pstatclient:c linmath:c putil:c express:c panda:m pandaexpress:m \
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
#define UNIX_SYS_LIBS \
m
#define SOURCES \
textMonitor.cxx textMonitor.h textStats.cxx textStats.h
#define INSTALL_HEADERS
#end bin_target