|
@@ -22,10 +22,9 @@
|
|
|
renderState.h renderState.I \
|
|
renderState.h renderState.I \
|
|
|
textureAttrib.h textureAttrib.I \
|
|
textureAttrib.h textureAttrib.I \
|
|
|
transformAttrib.h transformAttrib.I
|
|
transformAttrib.h transformAttrib.I
|
|
|
-
|
|
|
|
|
-// #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
|
-// #define INCLUDED_SOURCES \
|
|
|
|
|
- #define SOURCES $[SOURCES] \
|
|
|
|
|
|
|
+
|
|
|
|
|
+ #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
|
+ #define INCLUDED_SOURCES \
|
|
|
colorAttrib.cxx \
|
|
colorAttrib.cxx \
|
|
|
config_pgraph.cxx \
|
|
config_pgraph.cxx \
|
|
|
cullHandler.cxx \
|
|
cullHandler.cxx \
|
|
@@ -43,6 +42,12 @@
|
|
|
textureAttrib.cxx \
|
|
textureAttrib.cxx \
|
|
|
transformAttrib.cxx
|
|
transformAttrib.cxx
|
|
|
|
|
|
|
|
|
|
+ #if $[DONT_COMBINE_PGRAPH]
|
|
|
|
|
+ #define SOURCES $[SOURCES] $[INCLUDED_SOURCES]
|
|
|
|
|
+ #define INCLUDED_SOURCES
|
|
|
|
|
+ #define COMBINED_SOURCES
|
|
|
|
|
+ #endif
|
|
|
|
|
+
|
|
|
#define INSTALL_HEADERS \
|
|
#define INSTALL_HEADERS \
|
|
|
pandaNode.h pandaNode.I
|
|
pandaNode.h pandaNode.I
|
|
|
|
|
|