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