Browse Source

core.pyd needs explicit link to libp3dtoolconfig.dll

rdb 11 years ago
parent
commit
441c1722d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makepanda/makepanda.py

+ 1 - 0
makepanda/makepanda.py

@@ -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'])