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=8fb233e288c4c19875c440e2810fb2a03fd44e5c;hpb=a4e1ceabcd5228309dd2dd60e00fb452bfbd5302;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE index 8fb233e..792cebf 100644 --- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE @@ -1,43 +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.bat - -start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType% - -echo Calling generateThirdPartydllsExe.bat +set thirdpartyGeneration=<..directory where you want to generate..> +set buildType= -start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% +::Set the following line ON if you want to force x86 compilation +set forcex86= -echo Calling generateThirdPartyLibExe.bat +call scripts/tpl_variables.bat -start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% - -cd.. - -echo ----------------------------------- -echo -------End of the Script----------- -echo ----------------------------------- +call scripts/makeAll.bat pause -exit \ No newline at end of file +exit