X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Install%2Fscripts%2FAll.bat;h=766a75039ffb693513808e43320095a05570f55e;hb=6f87b1df1703d46cd3a2c989110d7ac5136249d8;hp=3807d20a590ab1185f6792b513f6ea3bbb9002ee;hpb=f29a95efacb5238c370a0adeb5d39b7d95c7b0f8;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 3807d20..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 -REM ::echo call Download Sources -REM start /B /wait %scriptsFolder%\base\downloadSources.bat +echo call Clean and Download-Sources +start /B /wait %scriptsFolder%\base\downloadSources.bat - -cd %scriptsFolder% echo %cd% -REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32 -REM cd %scriptsFolder% -REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64 -REM cd %scriptsFolder% -REM call All2.bat %creatoolsGeneration% %docGeneration% Release Win32 + cd %scriptsFolder% call All2.bat %creatoolsGeneration% %docGeneration% Release Win64 + +cd %scriptsFolder% +call All2.bat %creatoolsGeneration% %docGeneration% Release Win32 + +cd %scriptsFolder% +call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64 + +cd %scriptsFolder% +call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32 + echo ..End.. cd %scriptsFolder%