From 1b8d8e182da0bab277d062e5ca11fb41931bb2d7 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 14 Dec 2007 18:46:28 +0000 Subject: [PATCH] shader changes for ppremake --- panda/src/gobj/Sources.pp | 6 +++--- panda/src/pgraph/Sources.pp | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/panda/src/gobj/Sources.pp b/panda/src/gobj/Sources.pp index 2bf6dbf423..af0ca56b56 100644 --- a/panda/src/gobj/Sources.pp +++ b/panda/src/gobj/Sources.pp @@ -48,8 +48,8 @@ lens.h lens.I \ queryContext.I queryContext.h \ savedContext.I savedContext.h \ + shader.I shader.h \ shaderContext.h shaderContext.I \ - shaderExpansion.h shaderExpansion.I \ simpleAllocator.h simpleAllocator.I \ simpleLru.h simpleLru.I \ sliderTable.I sliderTable.h \ @@ -111,8 +111,8 @@ lens.cxx \ queryContext.cxx \ savedContext.cxx \ + shader.cxx \ shaderContext.cxx \ - shaderExpansion.cxx \ simpleAllocator.cxx \ simpleLru.cxx \ sliderTable.cxx \ @@ -174,8 +174,8 @@ lens.h lens.I \ queryContext.I queryContext.h \ savedContext.I savedContext.h \ + shader.I shader.h \ shaderContext.h shaderContext.I \ - shaderExpansion.h shaderExpansion.I \ simpleAllocator.h simpleAllocator.I \ simpleLru.h simpleLru.I \ sliderTable.I sliderTable.h \ diff --git a/panda/src/pgraph/Sources.pp b/panda/src/pgraph/Sources.pp index 0e1bd64904..b23b87540a 100644 --- a/panda/src/pgraph/Sources.pp +++ b/panda/src/pgraph/Sources.pp @@ -101,7 +101,6 @@ selectiveChildNode.I selectiveChildNode.h \ sequenceNode.I sequenceNode.h \ shadeModelAttrib.I shadeModelAttrib.h \ - shader.I shader.h \ shaderAttrib.I shaderAttrib.h \ shaderInput.I shaderInput.h \ shaderPool.I shaderPool.h \ @@ -211,7 +210,6 @@ selectiveChildNode.cxx \ sequenceNode.cxx \ shadeModelAttrib.cxx \ - shader.cxx \ shaderAttrib.cxx \ shaderInput.cxx \ shaderPool.cxx \ @@ -318,7 +316,6 @@ selectiveChildNode.I selectiveChildNode.h \ sequenceNode.I sequenceNode.h \ shadeModelAttrib.I shadeModelAttrib.h \ - shader.I shader.h \ shaderAttrib.I shaderAttrib.h \ shaderInput.I shaderInput.h \ shaderPool.I shaderPool.h \