21 lines
439 B
ObjectPascal
21 lines
439 B
ObjectPascal
#define DIRECTORY_IF_NET yes
|
|
#define USE_NET yes
|
|
|
|
#begin bin_target
|
|
#define TARGET text-stats
|
|
#define LOCAL_LIBS \
|
|
progbase pstatserver
|
|
#define OTHER_LIBS \
|
|
pstatclient:c linmath:c putil:c express:c panda:m pandaexpress:m \
|
|
dtoolutil:c dconfig:c dtool:m pystub
|
|
#define UNIX_SYS_LIBS \
|
|
m
|
|
|
|
#define SOURCES \
|
|
textMonitor.cxx textMonitor.h textStats.cxx textStats.h
|
|
|
|
#define INSTALL_HEADERS \
|
|
|
|
#end bin_target
|
|
|