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