Trying to speed compilation a bit

This commit is contained in:
Josh Yelon 2005-02-25 06:41:06 +00:00
parent 39bec57f08
commit 3a488137f7
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "config_stitch.cxx"
#include "fadeImagePool.cxx"
#include "layeredImage.cxx"
#include "morphGrid.cxx"
#include "triangle.cxx"
#include "triangleRasterizer.cxx"

View File

@ -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"

View File

@ -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"