open_toontown_panda3d/dtool/src/dtoolutil/Sources.pp

49 lines
1.4 KiB
ObjectPascal

#begin lib_target
#define TARGET dtoolutil
#define LOCAL_LIBS dtoolbase
#define UNIX_SYS_LIBS dl
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
checkPandaVersion.h \
executionEnvironment.I executionEnvironment.h filename.I \
filename.h load_dso.h dSearchPath.I dSearchPath.h \
pandaSystem.h pandaVersion.h \
pfstream.h \
vector_string.h gnu_getopt.c gnu_getopt.h gnu_getopt1.c \
pfstreamBuf.h vector_src.h
#define INCLUDED_SOURCES \
checkPandaVersion.cxx \
executionEnvironment.cxx filename.cxx load_dso.cxx \
dSearchPath.cxx \
pandaSystem.cxx \
pfstreamBuf.cxx pfstream.cxx \
vector_string.cxx
#define INSTALL_HEADERS \
checkPandaVersion.h \
executionEnvironment.I executionEnvironment.h filename.I \
filename.h load_dso.h dSearchPath.I dSearchPath.h \
pandaSystem.h pandaVersion.h \
pfstream.h pfstream.I vector_string.h gnu_getopt.h \
pfstreamBuf.h vector_src.cxx vector_src.h
#end lib_target
#begin test_bin_target
#define TARGET test_pfstream
#define LOCAL_LIBS dtoolbase dtoolutil
#define SOURCES test_pfstream.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_touch
#define LOCAL_LIBS dtoolbase dtoolutil
#define SOURCES test_touch.cxx
#end test_bin_target
#include $[THISDIRPREFIX]pandaVersion.h.pp