complete reversal of the previous change, since crashes still occurred on some configurations
There are now separate boost libraries for the different MSVC++ versionsmetadata
parent
cf5ebdbe38
commit
fba2d62807
|
@ -675,8 +675,6 @@ if sys.platform == 'win32':
|
||||||
installTargets += env.Install('dist', dllprefix + 'xerces-c_3_0.dll')
|
installTargets += env.Install('dist', dllprefix + 'xerces-c_3_0.dll')
|
||||||
installTargets += env.Install('dist', dllprefix + 'glew32mx.dll')
|
installTargets += env.Install('dist', dllprefix + 'glew32mx.dll')
|
||||||
installTargets += env.Install('dist', dllprefix + 'libcollada14dom21.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:
|
if hasQt:
|
||||||
installTargets += env.Install('dist', env['QT4_BINPATH']+'/QtCore4.dll')
|
installTargets += env.Install('dist', env['QT4_BINPATH']+'/QtCore4.dll')
|
||||||
installTargets += env.Install('dist', env['QT4_BINPATH']+'/QtGui4.dll')
|
installTargets += env.Install('dist', env['QT4_BINPATH']+'/QtGui4.dll')
|
||||||
|
@ -719,8 +717,6 @@ elif sys.platform == 'darwin':
|
||||||
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/Xerces-C.framework/Resources/lib/libxerces-c-3.0.dylib')
|
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/Xerces-C.framework/Resources/lib/libxerces-c-3.0.dylib')
|
||||||
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/libpng.framework/Resources/lib/libpng.dylib')
|
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/libpng.framework/Resources/lib/libpng.dylib')
|
||||||
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/libjpeg.framework/Resources/lib/libjpeg.dylib')
|
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/libjpeg.framework/Resources/lib/libjpeg.dylib')
|
||||||
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/libboost.framework/Resources/lib/libboost_system-xgcc42-mt-1_39.dylib')
|
|
||||||
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/libboost.framework/Resources/lib/libboost_filesystem-xgcc42-mt-1_39.dylib')
|
|
||||||
if hasCollada:
|
if hasCollada:
|
||||||
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/Collada14Dom.framework/Resources/lib/libCollada14Dom.dylib')
|
installTargets += env.OSXLibInst('Mitsuba.app/Contents/Frameworks', 'tools/darwin/Collada14Dom.framework/Resources/lib/libCollada14Dom.dylib')
|
||||||
if hasQt:
|
if hasQt:
|
||||||
|
|
|
@ -14,7 +14,7 @@ OEXRINCLUDE = ['#tools/windows/include/OpenEXR']
|
||||||
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
||||||
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
||||||
BOOSTINCLUDE = ['#tools/boost']
|
BOOSTINCLUDE = ['#tools/boost']
|
||||||
BOOSTLIB = ['libboost_system', 'libboost_filesystem']
|
BOOSTLIB = ['libboost_system-vc90-mt-1_39', 'libboost_filesystem-vc90-mt-1_39']
|
||||||
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
||||||
COLLADALIB = ['libcollada14dom21']
|
COLLADALIB = ['libcollada14dom21']
|
||||||
XERCESLIB = ['xerces-c_3']
|
XERCESLIB = ['xerces-c_3']
|
||||||
|
|
|
@ -14,7 +14,7 @@ OEXRINCLUDE = ['#tools/windows/include/OpenEXR']
|
||||||
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
||||||
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
||||||
BOOSTINCLUDE = ['#tools/boost']
|
BOOSTINCLUDE = ['#tools/boost']
|
||||||
BOOSTLIB = ['libboost_system', 'libboost_filesystem']
|
BOOSTLIB = ['libboost_system-vc90-mt-1_39', 'libboost_filesystem-vc90-mt-1_39']
|
||||||
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
||||||
COLLADALIB = ['libcollada14dom21']
|
COLLADALIB = ['libcollada14dom21']
|
||||||
XERCESLIB = ['xerces-c_3']
|
XERCESLIB = ['xerces-c_3']
|
||||||
|
|
|
@ -14,7 +14,7 @@ OEXRINCLUDE = ['#tools/windows/include/OpenEXR']
|
||||||
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
||||||
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
||||||
BOOSTINCLUDE = ['#tools/boost']
|
BOOSTINCLUDE = ['#tools/boost']
|
||||||
BOOSTLIB = ['libboost_system', 'libboost_filesystem']
|
BOOSTLIB = ['libboost_system-vc100-mt-1_39', 'libboost_filesystem-vc100-mt-1_39']
|
||||||
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
||||||
COLLADALIB = ['libcollada14dom21']
|
COLLADALIB = ['libcollada14dom21']
|
||||||
XERCESLIB = ['xerces-c_3']
|
XERCESLIB = ['xerces-c_3']
|
||||||
|
|
|
@ -14,7 +14,7 @@ OEXRINCLUDE = ['#tools/windows/include/OpenEXR']
|
||||||
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
OEXRFLAGS = ['/D', 'OPENEXR_DLL']
|
||||||
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
OEXRLIB = ['IlmImf', 'IlmThread', 'Iex', 'zlib1', 'Half']
|
||||||
BOOSTINCLUDE = ['#tools/boost']
|
BOOSTINCLUDE = ['#tools/boost']
|
||||||
BOOSTLIB = ['libboost_system', 'libboost_filesystem']
|
BOOSTLIB = ['libboost_system-vc100-mt-1_39', 'libboost_filesystem-vc100-mt-1_39']
|
||||||
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
COLLADAINCLUDE = ['#tools/windows/include/colladadom', '#tools/windows/include/colladadom/1.4']
|
||||||
COLLADALIB = ['libcollada14dom21']
|
COLLADALIB = ['libcollada14dom21']
|
||||||
XERCESLIB = ['xerces-c_3']
|
XERCESLIB = ['xerces-c_3']
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue