mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
forgot to add igate module to pandaspeedtree
This commit is contained in:
parent
285923e83e
commit
173bb45b30
@ -3429,6 +3429,7 @@ if (PkgSkip("SPEEDTREE")==0):
|
|||||||
TargetAdd('libpandaspeedtree_module.obj', opts=['IMOD:pandaspeedtree', 'ILIB:libpandaspeedtree'])
|
TargetAdd('libpandaspeedtree_module.obj', opts=['IMOD:pandaspeedtree', 'ILIB:libpandaspeedtree'])
|
||||||
TargetAdd('libpandaspeedtree.dll', input='pandaspeedtree_composite1.obj')
|
TargetAdd('libpandaspeedtree.dll', input='pandaspeedtree_composite1.obj')
|
||||||
TargetAdd('libpandaspeedtree.dll', input='libpandaspeedtree_igate.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', input=COMMON_PANDA_LIBS)
|
||||||
TargetAdd('libpandaspeedtree.dll', opts=['SPEEDTREE'])
|
TargetAdd('libpandaspeedtree.dll', opts=['SPEEDTREE'])
|
||||||
if SDK["SPEEDTREEAPI"] == 'OpenGL':
|
if SDK["SPEEDTREEAPI"] == 'OpenGL':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user