From bd84c7a5ad25790615e390c9def7a66cd3bf22ec Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Sat, 9 Feb 2002 01:58:41 +0000 Subject: [PATCH] use combined srcs --- pandatool/src/progbase/Sources.pp | 12 ++++++++---- pandatool/src/progbase/progbase_composite1.cxx | 7 +++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 pandatool/src/progbase/progbase_composite1.cxx diff --git a/pandatool/src/progbase/Sources.pp b/pandatool/src/progbase/Sources.pp index 2ffa2d07ae..a82109add7 100644 --- a/pandatool/src/progbase/Sources.pp +++ b/pandatool/src/progbase/Sources.pp @@ -4,13 +4,17 @@ converter pandatoolbase #define OTHER_LIBS \ pnmimage:c linmath:c putil:c express:c panda:m pystub dtool + + #define COMBINED_SOURCES $[TARGET]_composite1.cxx #define SOURCES \ - programBase.I programBase.cxx programBase.h \ - withOutputFile.cxx withOutputFile.h \ - wordWrapStream.cxx \ - wordWrapStream.h wordWrapStreamBuf.I wordWrapStreamBuf.cxx \ + programBase.I programBase.h \ + 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 \ diff --git a/pandatool/src/progbase/progbase_composite1.cxx b/pandatool/src/progbase/progbase_composite1.cxx new file mode 100644 index 0000000000..c5960019a6 --- /dev/null +++ b/pandatool/src/progbase/progbase_composite1.cxx @@ -0,0 +1,7 @@ + +#include "programBase.cxx" +#include "withOutputFile.cxx" +#include "wordWrapStream.cxx" +#include "wordWrapStreamBuf.cxx" + +