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