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