From 3a488137f775c2e9e3bdbbe90154bea6be2883f0 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 25 Feb 2005 06:41:06 +0000 Subject: [PATCH] Trying to speed compilation a bit --- .../src/stitchbase/stitchbase_composite1.cxx | 6 ++++++ .../src/stitchbase/stitchbase_composite2.cxx | 18 ++++++++++++++++++ .../src/win-stats/winstats_composite1.cxx | 9 +++++++++ 3 files changed, 33 insertions(+) create mode 100644 pandaapp/src/stitchbase/stitchbase_composite1.cxx create mode 100644 pandaapp/src/stitchbase/stitchbase_composite2.cxx create mode 100644 pandatool/src/win-stats/winstats_composite1.cxx diff --git a/pandaapp/src/stitchbase/stitchbase_composite1.cxx b/pandaapp/src/stitchbase/stitchbase_composite1.cxx new file mode 100644 index 0000000000..f25671abfd --- /dev/null +++ b/pandaapp/src/stitchbase/stitchbase_composite1.cxx @@ -0,0 +1,6 @@ +#include "config_stitch.cxx" +#include "fadeImagePool.cxx" +#include "layeredImage.cxx" +#include "morphGrid.cxx" +#include "triangle.cxx" +#include "triangleRasterizer.cxx" diff --git a/pandaapp/src/stitchbase/stitchbase_composite2.cxx b/pandaapp/src/stitchbase/stitchbase_composite2.cxx new file mode 100644 index 0000000000..677acf456b --- /dev/null +++ b/pandaapp/src/stitchbase/stitchbase_composite2.cxx @@ -0,0 +1,18 @@ +#include "stitchCommand.cxx" +#include "stitchCommandReader.cxx" +#include "stitchCylindricalLens.cxx" +#include "stitchFile.cxx" +#include "stitchFisheyeLens.cxx" +#include "stitchImage.cxx" +#include "stitchImageCommandOutput.cxx" +#include "stitchImageRasterizer.cxx" +#include "stitchLens.cxx" +#include "stitchPSphereLens.cxx" +#include "stitchPerspectiveLens.cxx" +#include "stitchPoint.cxx" +#include "stitcher.cxx" +#include "stitchCylindricalScreen.cxx" +#include "stitchFlatScreen.cxx" +#include "stitchMultiScreen.cxx" +#include "stitchScreen.cxx" + diff --git a/pandatool/src/win-stats/winstats_composite1.cxx b/pandatool/src/win-stats/winstats_composite1.cxx new file mode 100644 index 0000000000..3eac02e787 --- /dev/null +++ b/pandatool/src/win-stats/winstats_composite1.cxx @@ -0,0 +1,9 @@ +#include "winStats.cxx" +#include "winStatsChartMenu.cxx" +#include "winStatsGraph.cxx" +#include "winStatsLabel.cxx" +#include "winStatsLabelStack.cxx" +#include "winStatsMonitor.cxx" +#include "winStatsPianoRoll.cxx" +#include "winStatsServer.cxx" +#include "winStatsStripChart.cxx"