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