Explorar o código

compile with ppremake

David Rose %!s(int64=17) %!d(string=hai) anos
pai
achega
bd6d34a26e
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 3 0
      panda/src/grutil/Sources.pp
  2. 1 0
      panda/src/grutil/geoMipTerrain.cxx

+ 3 - 0
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 \

+ 1 - 0
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"