From 1e3f7e3caf8574a276ff34f0d5d0e392b5eff6e4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 23 Feb 2002 18:46:23 +0000 Subject: [PATCH] combine --- panda/src/pgraph/Sources.pp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/panda/src/pgraph/Sources.pp b/panda/src/pgraph/Sources.pp index ec340e01b0..b5043c5d0f 100644 --- a/panda/src/pgraph/Sources.pp +++ b/panda/src/pgraph/Sources.pp @@ -22,10 +22,9 @@ renderState.h renderState.I \ textureAttrib.h textureAttrib.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 \ config_pgraph.cxx \ cullHandler.cxx \ @@ -43,6 +42,12 @@ textureAttrib.cxx \ transformAttrib.cxx + #if $[DONT_COMBINE_PGRAPH] + #define SOURCES $[SOURCES] $[INCLUDED_SOURCES] + #define INCLUDED_SOURCES + #define COMBINED_SOURCES + #endif + #define INSTALL_HEADERS \ pandaNode.h pandaNode.I