compile with ppremake

This commit is contained in:
David Rose 2008-04-10 20:16:07 +00:00
parent d71fd1d89c
commit bd6d34a26e
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
movieTexture.I movieTexture.h \
fisheyeMaker.I fisheyeMaker.h \
frameRateMeter.I frameRateMeter.h \
geoMipTerrain.I geoMipTerrain.h \
heightfieldTesselator.I heightfieldTesselator.h \
lineSegs.I lineSegs.h \
multitexReducer.I multitexReducer.h multitexReducer.cxx \
@ -34,6 +35,7 @@
fisheyeMaker.cxx \
config_grutil.cxx \
frameRateMeter.cxx \
geoMipTerrain.cxx \
heightfieldTesselator.cxx \
nodeVertexTransform.cxx \
openCVTexture.cxx \
@ -48,6 +50,7 @@
movieTexture.I movieTexture.h \
fisheyeMaker.I fisheyeMaker.h \
frameRateMeter.I frameRateMeter.h \
geoMipTerrain.I geoMipTerrain.h \
heightfieldTesselator.I heightfieldTesselator.h \
lineSegs.I lineSegs.h \
multitexReducer.I multitexReducer.h \

View File

@ -28,6 +28,7 @@
#include "geomTriangles.h"
#include "geom.h"
#include "geomNode.h"
#include "config_grutil.h"
#include "sceneGraphReducer.h"