]> Creatis software - creaToolsTools.git/commitdiff
Updating scripts
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Sun, 10 Jun 2012 18:02:22 +0000 (18:02 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Sun, 10 Jun 2012 18:02:22 +0000 (18:02 +0000)
Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Install_ThirdParty/scripts/install_thirdparty.bat

index 6863283f04b0521d5c75e5054671409dfccbd2c2..5915078c8d884f04ca8a82697c2ce8c6df8d8a24 100644 (file)
@@ -24,10 +24,6 @@ date /T
 
 cd scripts
 
-echo Calling download_ThirdPartySW.bat
-
-call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadTP.log 2>&1
-
 echo Calling install_thirdparty.bat
 
 start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
index 0c09b9f415b1a01fa7a20ae0a023212d2eeaae06..5efef7492976b388520bf9d45b4a3ee33e07694d 100644 (file)
@@ -3,6 +3,10 @@
 set thirdpartyGeneration=%1
 set buildType=%2
 
+echo Calling download_ThirdPartySW.bat
+
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1
+
 echo Calling install_thirdparty_all.bat
 
 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> installThirdParty.log 2>&1