X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=3bf17f791a8f1d51dc430b75bf10a5c93e87de16;hb=14b0855001259f7fc26639ca972870f87f85e6df;hp=6d3cbb64eea4e37ba1e3739aa1b88647462259f0;hpb=d2694504db1df749aaf7647fb5ddc69c5dbe0c52;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 6d3cbb6..3bf17f7 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -35,19 +35,24 @@ mkdir %logFolder% echo call configure variables call %scriptsFolder%\base\configureVariables.bat -::echo call Download Sources -::start /B /wait %scriptsFolder%\base\downloadSources.bat +echo call Clean and Download-Sources +start /B /wait %scriptsFolder%\base\downloadSources.bat +echo %cd% cd %scriptsFolder% -echo %cd% -call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32 +call All2.bat %creatoolsGeneration% %docGeneration% Release Win64 + cd %scriptsFolder% call All2.bat %creatoolsGeneration% %docGeneration% Debug 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 Win32 + + echo ..End.. cd %scriptsFolder%