X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_generate_thirdparty.bat_TEMPLATE;h=792cebfc845dab936b665ee8675a5615fea5daf8;hb=5ed8289ffa9643c12d6d22f4829aa131018e9dcc;hp=873a608049ca009a196bd299947ff66c64ed4f86;hpb=5d6b8af3095c6c97e53e7648c210e058616ecd4b;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE index 873a608..792cebf 100644 --- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE @@ -1,57 +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 ----------------------------------- -echo starting time -time /t -date /T - -set scripts=%cd%\scripts +set thirdpartyGeneration=<..directory where you want to generate..> +set buildType= -cd %scripts% +::Set the following line ON if you want to force x86 compilation +set forcex86= -echo Calling install_thirdparty.bat - -start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType% - -echo Calling generateThirdPartydllsExe.bat - -cd %scripts% - -start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% - -echo Calling generateThirdPartyLibExe.bat - -cd %scripts% - -start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% - -cd.. - -echo ----------------------------------- -echo -------End of the Script----------- -echo ----------------------------------- +call scripts/tpl_variables.bat -echo ending time -time /t -date /T +call scripts/makeAll.bat pause -exit \ No newline at end of file +exit