X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=766a75039ffb693513808e43320095a05570f55e;hb=e524068923662bbcdd62b752e6c5409190a2c693;hp=6632351807360c2e020021fce7cdc04608eda1ba;hpb=93dc520822cb7435f2b873407c34841c896f9c5b;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 6632351..766a750 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -35,19 +35,23 @@ mkdir %logFolder% echo call configure variables call %scriptsFolder%\base\configureVariables.bat -echo call Download Sources +echo call Clean and Download-Sources start /B /wait %scriptsFolder%\base\downloadSources.bat - -cd %scriptsFolder% echo %cd% -call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32 + cd %scriptsFolder% -call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64 +call All2.bat %creatoolsGeneration% %docGeneration% Release Win64 + cd %scriptsFolder% call All2.bat %creatoolsGeneration% %docGeneration% Release Win32 + cd %scriptsFolder% -call All2.bat %creatoolsGeneration% %docGeneration% Release Win64 +call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64 + +cd %scriptsFolder% +call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32 + echo ..End.. cd %scriptsFolder%