X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=Install_ThirdParty%2Fscripts%2Fmove_thirdparty_dlls.bat;h=5aea0bcd546b1df71f61eb3d0ff330043d7cd94d;hb=baa0516e21e1f4a6a838b48f008e9e60d6fb84d3;hp=3b37ad9b7e6a0dbc76a5dd5f1dcc5c6b944d6ec5;hpb=9f43cd159e6f7dd21ec18f33cc9d962db3b1a8e5;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat index 3b37ad9..5aea0bc 100644 --- a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat +++ b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat @@ -15,7 +15,7 @@ set sourcepath=%thirdpartyGeneration%\thirdparty_source set creaThirdPartydlls=%thirdpartyGeneration%\thirdparty_temp\creaThirdParty_dlls set qt=Qt-4.7.3 -set wxWidgets=wxWidgets-2.9.2 +set wxWidgets=wxWidgets-2.8.12 set boost=Boost-1.46.1 set xercesc=xerces-c-3.1.1 set itk=InsightToolkit-3.20.0 @@ -59,8 +59,8 @@ echo ----------------------------------- echo -------------wxWidgets------------- echo ----------------------------------- -set wxPrefixBase=wxbase292 -set wxPrefixmsw=wxmsw292 +set wxPrefixBase=wxbase28 +set wxPrefixmsw=wxmsw28 copy /V /Y %WXDIR%\lib\vc_dll\%wxPrefixBase%_net_vc_custom.dll %creaThirdPartydlls% copy /V /Y %WXDIR%\lib\vc_dll\%wxPrefixBase%_vc_custom.dll %creaThirdPartydlls% @@ -123,45 +123,16 @@ echo ----------------------------------- echo -------------ITK------------------- echo ----------------------------------- -copy /V /Y %ITKINSTALLDIR%\bin\ITKCommon.dll %creaThirdPartydlls% -copy /V /Y %ITKINSTALLDIR%\bin\itkTestDriver.exe %creaThirdPartydlls% +copy /V /Y %ITKINSTALLDIR%\bin\*.exe %creaThirdPartydlls% +copy /V /Y %ITKINSTALLDIR%\bin\*.dll %creaThirdPartydlls% echo ----------------------------------- echo -------------VTK------------------- echo ----------------------------------- -copy /V /Y %VTKINSTALLDIR%\bin\vtkEncodeString.exe %creaThirdPartydlls% - -copy /V /Y %VTKINSTALLDIR%\bin\QVTK.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkalglib.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkCommon.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkDICOMParser.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkexoIIc.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkexpat.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkFiltering.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkfreetype.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkftgl.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkGenericFiltering.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkGraphics.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkHybrid.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkImaging.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkInfovis.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkIO.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkjpeg.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtklibxml2.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkmetaio.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkNetCDF.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkpng.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkproj4.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkRendering.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtksys.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtktiff.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkverdict.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkViews.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkVolumeRendering.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkWidgets.dll %creaThirdPartydlls% -copy /V /Y %VTKINSTALLDIR%\bin\vtkzlib.dll %creaThirdPartydlls% +copy /V /Y %VTKINSTALLDIR%\bin\*.exe %creaThirdPartydlls% +copy /V /Y %VTKINSTALLDIR%\bin\*.dll %creaThirdPartydlls% echo ----------------------------------- echo -------------GDCM------------------