From 5caba5359ffc1f955c2c0b4dd30bcb5f343b5b49 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 6 Feb 2002 22:52:00 +0000 Subject: [PATCH] use combined srcs --- panda/src/gsgbase/Sources.pp | 8 ++++++-- panda/src/gsgbase/gsgbase_composite1.cxx | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 panda/src/gsgbase/gsgbase_composite1.cxx diff --git a/panda/src/gsgbase/Sources.pp b/panda/src/gsgbase/Sources.pp index 33afc3f1a2..c7ae41cf67 100644 --- a/panda/src/gsgbase/Sources.pp +++ b/panda/src/gsgbase/Sources.pp @@ -5,10 +5,14 @@ #define TARGET gsgbase #define LOCAL_LIBS \ putil graph + + #define COMBINED_SOURCES $[TARGET]_composite1.cxx #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 \ graphicsStateGuardianBase.h diff --git a/panda/src/gsgbase/gsgbase_composite1.cxx b/panda/src/gsgbase/gsgbase_composite1.cxx new file mode 100644 index 0000000000..1c65428490 --- /dev/null +++ b/panda/src/gsgbase/gsgbase_composite1.cxx @@ -0,0 +1,4 @@ + +#include"config_gsgbase.cxx" +#include"graphicsStateGuardianBase.cxx" +