44 lines
1.0 KiB
ObjectPascal
44 lines
1.0 KiB
ObjectPascal
#define USE_PACKAGES zlib
|
|
|
|
#begin ss_lib_target
|
|
#define TARGET progbase
|
|
#define LOCAL_LIBS \
|
|
pandatoolbase
|
|
#define OTHER_LIBS \
|
|
pipeline:c event:c panda:m \
|
|
pandabase:c pnmimage:c linmath:c putil:c express:c \
|
|
interrogatedb:c prc:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
|
#define SOURCES \
|
|
programBase.I programBase.h \
|
|
withOutputFile.I withOutputFile.h \
|
|
wordWrapStream.h wordWrapStreamBuf.I \
|
|
wordWrapStreamBuf.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
programBase.cxx withOutputFile.cxx wordWrapStream.cxx \
|
|
wordWrapStreamBuf.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
programBase.I programBase.h \
|
|
withOutputFile.I withOutputFile.h \
|
|
wordWrapStream.h wordWrapStreamBuf.I \
|
|
wordWrapStreamBuf.h
|
|
|
|
#end ss_lib_target
|
|
|
|
#begin test_bin_target
|
|
#define TARGET test_prog
|
|
#define LOCAL_LIBS \
|
|
progbase
|
|
#define OTHER_LIBS pystub
|
|
|
|
#define SOURCES \
|
|
test_prog.cxx
|
|
|
|
#end test_bin_target
|
|
|