X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Fmove_thirdparty_dlls.bat;h=a3f9140778319cf23a4f6a149de36a60d9a92f12;hb=3afceddce806ddbeb6870383aac236cac7082ff2;hp=36034f7ed453626ce4644d6d08f320fd24bd75c0;hpb=51bbabbabfb78c5d732cb71bcd09826381980a68;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat index 36034f7..a3f9140 100644 --- a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat +++ b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat @@ -1,5 +1,8 @@ @echo off echo ----------------------------------- +echo ----------Moving Dlls-------------- +echo ----------------------------------- +echo ----------------------------------- echo ---Setting Enviroment Variables---- echo ----------------------------------- @@ -30,6 +33,8 @@ set ITKINSTALLDIR=%installpath%\%itk% set VTKINSTALLDIR=%installpath%\%vtk% set GDCMINSTALLDIR=%installpath%\%gdcm% +rmdir %creaThirdPartydlls% /s /q + mkdir %creaThirdPartydlls% echo ----------------------------------- @@ -156,4 +161,7 @@ echo -------------GDCM------------------ echo ----------------------------------- copy /V /Y %GDCMINSTALLDIR%\bin\*.exe %creaThirdPartydlls% -copy /V /Y %GDCMINSTALLDIR%\bin\*.dll %creaThirdPartydlls% \ No newline at end of file +copy /V /Y %GDCMINSTALLDIR%\bin\*.dll %creaThirdPartydlls% +echo ----------------------------------- +echo ------End of Moving Dlls----------- +echo ----------------------------------- \ No newline at end of file