Include boost_python34 DLL in Windows release builds
parent
80cf245b68
commit
338d3cbeb1
|
@ -84,7 +84,7 @@ if sys.platform == 'win32':
|
||||||
'libpng16.dll', 'jpeg62.dll', 'xerces-c_3_1.dll', 'glew32mx.dll', 'libfftw-3.3.dll'],
|
'libpng16.dll', 'jpeg62.dll', 'xerces-c_3_1.dll', 'glew32mx.dll', 'libfftw-3.3.dll'],
|
||||||
prefix=dllprefix)
|
prefix=dllprefix)
|
||||||
install(distDir, ['libcollada14dom24.dll'], dllprefix)
|
install(distDir, ['libcollada14dom24.dll'], dllprefix)
|
||||||
for boostlib in ['python27', 'python32', 'python33', 'system', 'filesystem', 'chrono', 'thread']:
|
for boostlib in ['python27', 'python32', 'python33', 'python34', 'system', 'filesystem', 'chrono', 'thread']:
|
||||||
install(distDir, ['boost_%s-%s-mt-1_53.dll' % (boostlib, compilerType)], dllprefix)
|
install(distDir, ['boost_%s-%s-mt-1_53.dll' % (boostlib, compilerType)], dllprefix)
|
||||||
|
|
||||||
if 'WIN64' in env['CXXFLAGS']:
|
if 'WIN64' in env['CXXFLAGS']:
|
||||||
|
|
Loading…
Reference in New Issue