]> Creatis software - creaToolsTools.git/commitdiff
DFCH: Updating script
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 11 Jun 2012 18:14:29 +0000 (18:14 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 11 Jun 2012 18:14:29 +0000 (18:14 +0000)
Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE

index 873a608049ca009a196bd299947ff66c64ed4f86..a2306a963ed10af4d1fedf712381e8f83c50f03e 100644 (file)
@@ -26,6 +26,12 @@ set scripts=%cd%\scripts
 
 cd %scripts%
 
+echo Calling download_ThirdPartySW.bat
+
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1
+
+cd %scripts%
+
 echo Calling install_thirdparty.bat
 
 start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%