97 lines
2.7 KiB
ObjectPascal
97 lines
2.7 KiB
ObjectPascal
#begin lib_target
|
|
#define TARGET p3dtoolutil
|
|
#define LOCAL_LIBS p3dtoolbase
|
|
#if $[ne $[PLATFORM], FreeBSD]
|
|
#define UNIX_SYS_LIBS dl
|
|
#endif
|
|
#define WIN_SYS_LIBS shell32.lib
|
|
#define OSX_SYS_FRAMEWORKS Foundation $[if $[not $[BUILD_IPHONE]],AppKit]
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
#define SOURCES \
|
|
checkPandaVersion.h \
|
|
config_dtoolutil.h \
|
|
dSearchPath.I dSearchPath.h \
|
|
executionEnvironment.I executionEnvironment.h filename.I \
|
|
filename.h \
|
|
$[if $[IS_OSX],filename_assist.mm filename_assist.h,] \
|
|
globPattern.I globPattern.h \
|
|
lineStream.I lineStream.h \
|
|
lineStreamBuf.I lineStreamBuf.h \
|
|
load_dso.h \
|
|
pandaFileStream.h pandaFileStream.I \
|
|
pandaFileStreamBuf.h \
|
|
pandaSystem.h pandaVersion.h \
|
|
panda_getopt.h panda_getopt_long.h panda_getopt_impl.h \
|
|
pfstream.h pfstream.I pfstreamBuf.h \
|
|
preprocess_argv.h \
|
|
string_utils.h string_utils.I \
|
|
stringDecoder.h stringDecoder.I \
|
|
textEncoder.h textEncoder.I \
|
|
unicodeLatinMap.h \
|
|
vector_string.h \
|
|
vector_src.h \
|
|
win32ArgParser.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
checkPandaVersion.cxx \
|
|
config_dtoolutil.cxx \
|
|
dSearchPath.cxx \
|
|
executionEnvironment.cxx filename.cxx \
|
|
globPattern.cxx \
|
|
lineStream.cxx lineStreamBuf.cxx \
|
|
load_dso.cxx \
|
|
pandaFileStream.cxx pandaFileStreamBuf.cxx \
|
|
pandaSystem.cxx \
|
|
panda_getopt_impl.cxx \
|
|
pfstreamBuf.cxx pfstream.cxx \
|
|
preprocess_argv.cxx \
|
|
string_utils.cxx \
|
|
stringDecoder.cxx \
|
|
textEncoder.cxx \
|
|
unicodeLatinMap.cxx \
|
|
vector_string.cxx \
|
|
win32ArgParser.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
checkPandaVersion.h \
|
|
config_dtoolutil.h \
|
|
dSearchPath.I dSearchPath.h \
|
|
executionEnvironment.I executionEnvironment.h filename.I \
|
|
filename.h \
|
|
globPattern.I globPattern.h \
|
|
lineStream.I lineStream.h \
|
|
lineStreamBuf.I lineStreamBuf.h \
|
|
load_dso.h \
|
|
pandaFileStream.h pandaFileStream.I \
|
|
pandaFileStreamBuf.h \
|
|
pandaSystem.h pandaVersion.h \
|
|
panda_getopt.h panda_getopt_long.h panda_getopt_impl.h \
|
|
pfstream.h pfstream.I pfstreamBuf.h \
|
|
preprocess_argv.h \
|
|
string_utils.h string_utils.I \
|
|
stringDecoder.h stringDecoder.I \
|
|
textEncoder.h textEncoder.I \
|
|
unicodeLatinMap.h \
|
|
vector_string.h \
|
|
vector_src.cxx vector_src.h \
|
|
win32ArgParser.h
|
|
#end lib_target
|
|
|
|
#begin test_bin_target
|
|
#define TARGET test_pfstream
|
|
#define LOCAL_LIBS p3dtoolbase p3dtoolutil
|
|
|
|
#define SOURCES test_pfstream.cxx
|
|
#end test_bin_target
|
|
|
|
#begin test_bin_target
|
|
#define TARGET test_touch
|
|
#define LOCAL_LIBS p3dtoolbase p3dtoolutil
|
|
|
|
#define SOURCES test_touch.cxx
|
|
#end test_bin_target
|
|
|
|
#include $[THISDIRPREFIX]pandaVersion.h.pp
|