]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/scripts/install_thirdparty.bat
5efef7492976b388520bf9d45b4a3ee33e07694d
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty.bat
1 @echo off
2
3 set thirdpartyGeneration=%1
4 set buildType=%2
5
6 echo Calling download_ThirdPartySW.bat
7
8 call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1
9
10 echo Calling install_thirdparty_all.bat
11
12 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> installThirdParty.log 2>&1
13
14 exit