From 173bb45b30de2f8a408e860b740cbbdc3996f7b1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 21 Oct 2010 21:20:48 +0000 Subject: [PATCH] forgot to add igate module to pandaspeedtree --- makepanda/makepanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 3545381e7f..1496d040f3 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -3429,6 +3429,7 @@ if (PkgSkip("SPEEDTREE")==0): TargetAdd('libpandaspeedtree_module.obj', opts=['IMOD:pandaspeedtree', 'ILIB:libpandaspeedtree']) TargetAdd('libpandaspeedtree.dll', input='pandaspeedtree_composite1.obj') TargetAdd('libpandaspeedtree.dll', input='libpandaspeedtree_igate.obj') + TargetAdd('libpandaspeedtree.dll', input='libpandaspeedtree_module.obj') TargetAdd('libpandaspeedtree.dll', input=COMMON_PANDA_LIBS) TargetAdd('libpandaspeedtree.dll', opts=['SPEEDTREE']) if SDK["SPEEDTREEAPI"] == 'OpenGL':