]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE
DFCH adding template to move thirdparty libraries
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_dlls.bat_TEMPLATE
1
2 set thirdpartyGeneration=<directory where you have generated thirdparty_dlls>
3 set thirdpartyInstallPath=<directory where you want to move the libraries>
4
5 cd scripts
6 call move_thirdparty_dlls.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_dlls.log 2>&1
7 cd ..
8