Browse Source

use combined srcs

cxgeorge 24 years ago
parent
commit
5caba5359f
2 changed files with 10 additions and 2 deletions
  1. 6 2
      panda/src/gsgbase/Sources.pp
  2. 4 0
      panda/src/gsgbase/gsgbase_composite1.cxx

+ 6 - 2
panda/src/gsgbase/Sources.pp

@@ -5,10 +5,14 @@
   #define TARGET gsgbase
   #define TARGET gsgbase
   #define LOCAL_LIBS \
   #define LOCAL_LIBS \
     putil graph
     putil graph
+    
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx     
 
 
   #define SOURCES \
   #define SOURCES \
-    config_gsgbase.cxx config_gsgbase.h graphicsStateGuardianBase.cxx \
-    graphicsStateGuardianBase.h
+    config_gsgbase.h graphicsStateGuardianBase.h
+
+  #define INCLUDED_SOURCES \
+    config_gsgbase.cxx graphicsStateGuardianBase.cxx
 
 
   #define INSTALL_HEADERS \
   #define INSTALL_HEADERS \
     graphicsStateGuardianBase.h
     graphicsStateGuardianBase.h

+ 4 - 0
panda/src/gsgbase/gsgbase_composite1.cxx

@@ -0,0 +1,4 @@
+
+#include"config_gsgbase.cxx"
+#include"graphicsStateGuardianBase.cxx"
+