|
@@ -3101,7 +3101,7 @@ if (PkgSkip("BULLET")==0):
|
|
|
CopyAllHeaders('panda/metalibs/pandabullet')
|
|
CopyAllHeaders('panda/metalibs/pandabullet')
|
|
|
|
|
|
|
|
if (PkgSkip("SPEEDTREE")==0):
|
|
if (PkgSkip("SPEEDTREE")==0):
|
|
|
- CopyAllHeaders('panda/src/speedtree')
|
|
|
|
|
|
|
+ CopyAllHeaders('contrib/src/speedtree')
|
|
|
|
|
|
|
|
if (PkgSkip("DIRECT")==0):
|
|
if (PkgSkip("DIRECT")==0):
|
|
|
CopyAllHeaders('direct/src/directbase')
|
|
CopyAllHeaders('direct/src/directbase')
|
|
@@ -4696,15 +4696,15 @@ if (PkgSkip("PANDAPHYSICS")==0):
|
|
|
PyTargetAdd('physics.pyd', input=COMMON_PANDA_LIBS)
|
|
PyTargetAdd('physics.pyd', input=COMMON_PANDA_LIBS)
|
|
|
|
|
|
|
|
#
|
|
#
|
|
|
-# DIRECTORY: panda/src/speedtree/
|
|
|
|
|
|
|
+# DIRECTORY: contrib/src/speedtree/
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
if (PkgSkip("SPEEDTREE")==0):
|
|
if (PkgSkip("SPEEDTREE")==0):
|
|
|
- OPTS=['DIR:panda/src/speedtree', 'BUILDING:PANDASPEEDTREE', 'SPEEDTREE']
|
|
|
|
|
|
|
+ OPTS=['DIR:contrib/src/speedtree', 'BUILDING:PANDASPEEDTREE', 'SPEEDTREE']
|
|
|
TargetAdd('pandaspeedtree_composite1.obj', opts=OPTS, input='pandaspeedtree_composite1.cxx')
|
|
TargetAdd('pandaspeedtree_composite1.obj', opts=OPTS, input='pandaspeedtree_composite1.cxx')
|
|
|
- IGATEFILES=GetDirectoryContents('panda/src/speedtree', ["*.h", "*_composite*.cxx"])
|
|
|
|
|
|
|
+ IGATEFILES=GetDirectoryContents('contrib/src/speedtree', ["*.h", "*_composite*.cxx"])
|
|
|
TargetAdd('libpandaspeedtree.in', opts=OPTS, input=IGATEFILES)
|
|
TargetAdd('libpandaspeedtree.in', opts=OPTS, input=IGATEFILES)
|
|
|
- TargetAdd('libpandaspeedtree.in', opts=['IMOD:libpandaspeedtree', 'ILIB:libpandaspeedtree', 'SRCDIR:panda/src/speedtree'])
|
|
|
|
|
|
|
+ TargetAdd('libpandaspeedtree.in', opts=['IMOD:libpandaspeedtree', 'ILIB:libpandaspeedtree', 'SRCDIR:contrib/src/speedtree'])
|
|
|
|
|
|
|
|
PyTargetAdd('libpandaspeedtree_module.obj', input='libpandaspeedtree.in')
|
|
PyTargetAdd('libpandaspeedtree_module.obj', input='libpandaspeedtree.in')
|
|
|
PyTargetAdd('libpandaspeedtree_module.obj', opts=OPTS)
|
|
PyTargetAdd('libpandaspeedtree_module.obj', opts=OPTS)
|