]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/scripts/generateThirdPartyLibExe.bat
DFCH: ThirdParty Libraries installer generator working -- script tested and updated...
[creaToolsTools.git] / Install_ThirdParty / scripts / generateThirdPartyLibExe.bat
1 @echo off
2
3 set thirdpartyGeneration=%1
4 set buildType=%2
5 set x86Comp=%3
6
7 echo Calling move_thirdparty_libraries.bat
8
9 call move_thirdparty_libraries.bat %thirdpartyGeneration% %buildType% %x86Comp% >> generateThirdpartyLibExe.log 2>&1
10
11 echo Calling install_thirdparty_libraries_cmake.bat
12
13 call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% %buildType% %x86Comp% >> generateThirdpartyLibExe.log 2>&1
14
15 exit