]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE
*** empty log message ***
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_libraries.bat_TEMPLATE
1
2 set thirdpartyGeneration=<directory where you have generated thirdparty_libraries>
3 set thirdpartyInstallPath=<directory where you want to move the libraries>
4
5 cd scripts
6 call move_thirdparty_libraries.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_libraries.log 2>&1
7 cd ..