mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-23 23:19:19 -05:00
core.pyd needs explicit link to libp3dtoolconfig.dll
This commit is contained in:
@@ -3546,6 +3546,7 @@ if (not RUNTIME):
|
||||
TargetAdd('core_module.obj', opts=['IMOD:core', 'ILIB:core'])
|
||||
|
||||
TargetAdd('core.pyd', input='core_module.obj')
|
||||
TargetAdd('core.pyd', input='libp3dtoolconfig.dll')
|
||||
TargetAdd('core.pyd', input='libpandaexpress.dll')
|
||||
TargetAdd('core.pyd', input='libpanda.dll')
|
||||
TargetAdd('core.pyd', opts=['PYTHON'])
|
||||
|
||||
Reference in New Issue
Block a user