From bd6d34a26e234184e1e45cebcb65c603a5a3d2e8 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 10 Apr 2008 20:16:07 +0000 Subject: [PATCH] compile with ppremake --- panda/src/grutil/Sources.pp | 3 +++ panda/src/grutil/geoMipTerrain.cxx | 1 + 2 files changed, 4 insertions(+) diff --git a/panda/src/grutil/Sources.pp b/panda/src/grutil/Sources.pp index 7c55f47353..8ede1bfe4e 100644 --- a/panda/src/grutil/Sources.pp +++ b/panda/src/grutil/Sources.pp @@ -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 \ diff --git a/panda/src/grutil/geoMipTerrain.cxx b/panda/src/grutil/geoMipTerrain.cxx index 93de760c53..f8827512c5 100644 --- a/panda/src/grutil/geoMipTerrain.cxx +++ b/panda/src/grutil/geoMipTerrain.cxx @@ -28,6 +28,7 @@ #include "geomTriangles.h" #include "geom.h" #include "geomNode.h" +#include "config_grutil.h" #include "sceneGraphReducer.h"