| 1234567891011121314151617181920 |
- #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 \
- dtoolutil:c dconfig:c dtool:m
- #define UNIX_SYS_LIBS \
- m
- #define SOURCES \
- textMonitor.cxx textMonitor.h textStats.cxx textStats.h
- #define INSTALL_HEADERS \
- #end bin_target
|