X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Finstall_thirdparty_all.bat;h=2773812540bd5b462a378661db408a754b5adab2;hb=03607b42d8b06f9664d601c4d97b124dd6562d62;hp=f84f1e4b534689274be0a39be294923d95c7efae;hpb=f38b59b35c276acaddc0bcf6c7fbb05c8a37f181;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index f84f1e4..2773812 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -112,7 +112,7 @@ echo ----------------------------------- call %vcvarsall% -goto next + echo ----------------------------------- echo -------Creating Folders------------ echo ----------------------------------- @@ -132,7 +132,7 @@ echo ------End Creating Folders--------- echo ----------------------------------- echo ------Downloading Sources---------- echo ----------------------------------- -:next + cd %thirdpartyGeneration%\thirdparty_source\ %wgetPath% %urlCreatisSource%/qt-4.7.3.zip IF %buildWxWidgets28%==0 ( @@ -140,7 +140,6 @@ IF %buildWxWidgets28%==0 ( ) ELSE ( %wgetPath% %urlCreatisSource%/wxWidgets-2.8.12.tar.gz ) -goto next %wgetPath% %urlCreatisSource%/boost_1_46_1.7z %wgetPath% %urlCreatisSource%/vtk-5.8.0.tar.gz %wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.zip @@ -177,7 +176,7 @@ echo ----------------------------------- echo -----wxWidgets Installation-------- echo ----------------------------------- echo ----------Extracting--------------- -:next + cd %sourcepath% IF %buildWxWidgets28%==0 ( md %wxWidgets% @@ -201,7 +200,7 @@ IF %buildWxWidgets28%==0 ( cd C:\ echo ----End wxWidgets Installation----- -goto next + echo ----------------------------------- echo ------Boost Installation----------- echo ----------------------------------- @@ -340,5 +339,5 @@ cd c:\ echo ----------------------------------- echo ---End of Installing Libraries----- echo ----------------------------------- -:next + exit /B \ No newline at end of file