]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_all.bat
#3200 creaTools Tools Feature NewNormal - branch mingw64
[creaToolsTools.git] / Install_mingw64 / Install_ThirdParty / scripts / install_thirdparty_all.bat
index afa83a023101a24232f8e69f8ef658636a059294..3c20e764481cbda3805d4afaec16b972772ce86b 100644 (file)
@@ -42,6 +42,7 @@ set gdcm=gdcm13
 set vtk=vtk
 set sqlite=sqlite
 set dlfcn=dlfcn-win32
+set OPENGLMESA=opengl-mesa
 
 set QTDIR=%sourcepath%\%qt%
 set JOMDIR=%sourcepath%\%jom%
@@ -376,10 +377,10 @@ mingw32-make.exe -j%NUMBER_OF_PROCESSORS% install
 move /Y %installpath%\lib\*.dll %installpath%\bin
 ::wxWidgets
 move /Y %installpath%\lib\gcc_dll\*.dll %installpath%\bin
-
 :: dlls mingw
 copy /Y %DirMingwDlls%\*.dll %installpath%\bin
-
+:: Opengl Mesa
+xcopy /Y %sourcepath%\%OPENGLMESA% %installpath%\bin\opengl-mesa\
 
 echo -----------------------------------
 echo ---End of Installing Libraries-----