]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/scripts/generateThirdPartydllsExe.bat
5a51ef3ad00d53aeaa8ac2cd17eb424f15a78a22
[creaToolsTools.git] / Install_ThirdParty / scripts / generateThirdPartydllsExe.bat
1 @echo off
2
3 set thirdpartyGeneration=%1
4
5 echo Calling move_thirdparty_dlls.bat
6
7 call move_thirdparty_dlls.bat %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1
8
9 echo Calling install_thirdparty_dlls_cmake.bat
10
11 call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1
12
13 exit