]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/move_thirdparty_dlls.bat
DFCH: Solved Boost Dependencies
[creaToolsTools.git] / Install_ThirdParty / scripts / move_thirdparty_dlls.bat
index a3f9140778319cf23a4f6a149de36a60d9a92f12..ed2a4e0ee3d5f9921975a05912ddaaaf1a2bba25 100644 (file)
@@ -29,6 +29,7 @@ set XERCESDIR=%sourcepath%\%xercesc%
 set ITKSRCDIR=%sourcepath%\%itk%
 set VTKSRCDIR=%sourcepath%\%VTK%
 set GDCMSRCDIR=%sourcepath%\%gdcm%
+set BOOSTINSTALLDIR=%installpath%\%boost%
 set ITKINSTALLDIR=%installpath%\%itk%
 set VTKINSTALLDIR=%installpath%\%vtk%
 set GDCMINSTALLDIR=%installpath%\%gdcm%
@@ -76,34 +77,34 @@ echo -----------------------------------
 echo -------------Boost-----------------
 echo -----------------------------------
 
-copy /V /Y %BOOSTDIR%\stage\lib\boost_date_time-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_date_time-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_filesystem-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_filesystem-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_graph-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_graph-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_iostreams-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_iostreams-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_prg_exec_monitor-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_prg_exec_monitor-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_program_options-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_program_options-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_regex-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_regex-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_serialization-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_serialization-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_signals-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_signals-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_system-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_system-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_thread-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_thread-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_unit_test_framework-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_unit_test_framework-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_wave-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_wave-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_wserialization-vc100-mt-1_47.dll %creaThirdPartydlls%
-copy /V /Y %BOOSTDIR%\stage\lib\boost_wserialization-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_filesystem-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_filesystem-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_graph-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_graph-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_iostreams-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_iostreams-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_prg_exec_monitor-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_prg_exec_monitor-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_program_options-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_program_options-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_regex-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_regex-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_serialization-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_serialization-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_signals-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_signals-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_system-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_system-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_thread-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_thread-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_unit_test_framework-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_unit_test_framework-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wave-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wave-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wserialization-vc100-mt-1_47.dll %creaThirdPartydlls%
+copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wserialization-vc100-mt-gd-1_47.dll %creaThirdPartydlls%
 
 
 echo -----------------------------------
@@ -164,4 +165,6 @@ copy /V /Y %GDCMINSTALLDIR%\bin\*.exe %creaThirdPartydlls%
 copy /V /Y %GDCMINSTALLDIR%\bin\*.dll %creaThirdPartydlls%
 echo -----------------------------------
 echo ------End of Moving Dlls-----------
-echo -----------------------------------
\ No newline at end of file
+echo -----------------------------------
+
+exit /B
\ No newline at end of file