X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_generate_thirdparty.bat_TEMPLATE;h=792cebfc845dab936b665ee8675a5615fea5daf8;hb=67b3f4ea5bc09d317c6eda128b03e7c36a27a84c;hp=60e8098bd9cb9e9de04a041dc17152695cfe0f5c;hpb=3afceddce806ddbeb6870383aac236cac7082ff2;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE index 60e8098..792cebf 100644 --- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE @@ -1,15 +1,21 @@ -set thirdpartyGeneration= -set buildType= -cd scripts -call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% >> install_generate_thirdparty.log 2>&1 -call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1 +@echo off -call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1 +echo ----------------------------------- +echo ---Setting Environment Variables--- +echo ----------------------------------- -call install_thirdparty_dlls_cmake.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1 +set thirdpartyGeneration=<..directory where you want to generate..> +set buildType= -call install_thirdparty_libraries_cmake.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1 +::Set the following line ON if you want to force x86 compilation +set forcex86= -cd .. \ No newline at end of file +call scripts/tpl_variables.bat + +call scripts/makeAll.bat + +pause + +exit