dynamically link to BOOST, this increases interoperability with different versions of MSVC++

metadata
Wenzel Jakob 2010-10-20 13:08:01 -07:00
parent 4a926af49b
commit 7f934760dc
9 changed files with 2 additions and 0 deletions

View File

@ -675,6 +675,8 @@ if sys.platform == 'win32':
installTargets += env.Install('dist', dllprefix + 'xerces-c_3_0.dll')
installTargets += env.Install('dist', dllprefix + 'glew32mx.dll')
installTargets += env.Install('dist', dllprefix + 'libcollada14dom21.dll')
installTargets += env.Install('dist', dllprefix + 'boost_system-vc90-mt-1_39.dll')
installTargets += env.Install('dist', dllprefix + 'boost_filesystem-vc90-mt-1_39.dll')
if hasQt:
installTargets += env.Install('dist', env['QT4_BINPATH']+'/QtCore4.dll')
installTargets += env.Install('dist', env['QT4_BINPATH']+'/QtGui4.dll')

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.