Browse Source

rename hdrs

cxgeorge 24 years ago
parent
commit
171d110a77
3 changed files with 29 additions and 2 deletions
  1. 2 2
      panda/src/gobj/Sources.pp
  2. 14 0
      panda/src/gobj/gobj_composite1.cxx
  3. 13 0
      panda/src/gobj/gobj_composite2.cxx

+ 2 - 2
panda/src/gobj/Sources.pp

@@ -6,7 +6,7 @@
   #define LOCAL_LIBS \
     linmath mathutil pnmimage gsgbase graph putil
 
-  #define COMBINED_SOURCES composite1.cxx composite2.cxx
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx 
 
   #define SOURCES \
      LOD.I LOD.h config_gobj.h drawable.h fog.I fog.h geom.I geom.N  \
@@ -17,7 +17,7 @@
      orthoProjection.I orthoProjection.h perspectiveProjection.I  \
      perspectiveProjection.h pixelBuffer.I pixelBuffer.N  \
      pixelBuffer.h projection.h texture.I texture.N texture.h \
-     texturePool.I texturePool.h $[COMBINED_SOURCES] 
+     texturePool.I texturePool.h
     
   #define INCLUDED_SOURCES \
      LOD.cxx config_gobj.cxx drawable.cxx fog.cxx geom.cxx  \

+ 14 - 0
panda/src/gobj/gobj_composite1.cxx

@@ -0,0 +1,14 @@
+
+#include "LOD.cxx"
+#include "geom.cxx"
+#include "geomLine.cxx"
+#include "geomLinestrip.cxx"
+#include "geomPoint.cxx"
+#include "geomPolygon.cxx"
+#include "geomQuad.cxx"
+#include "geomSphere.cxx"
+#include "geomSprite.cxx"
+#include "geomTri.cxx"
+#include "geomTrifan.cxx"
+#include "geomTristrip.cxx"
+

+ 13 - 0
panda/src/gobj/gobj_composite2.cxx

@@ -0,0 +1,13 @@
+
+#include "config_gobj.cxx"
+#include "drawable.cxx"
+#include "fog.cxx"
+#include "imageBuffer.cxx"
+#include "material.cxx"
+#include "materialPool.cxx"
+#include "orthoProjection.cxx"
+#include "perspectiveProjection.cxx"
+#include "pixelBuffer.cxx"
+#include "projection.cxx"
+#include "texture.cxx"
+#include "texturePool.cxx"