X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=4e38a6174b0093a2bc9d1081f2ef4a1e24ead6f3;hb=c7c962c19b2b41d572896c977fb1ff44559253a3;hp=13443cf2bf48a62d7cd7dd0d1bfd0ec0a94cb0dc;hpb=a7837fe26c2b20d17cd3565a8a9108fb84a804b9;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 13443cf..4e38a61 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -25,23 +25,25 @@ REM ------------------------------------------------------------------------ set creatoolsGeneration=%1 set docgeneration=%2 -set gitUser=%3 -set installPrefix=%4 -set buildtype=%5 -set forcex86=%6 +set installPrefix=%3 +set buildtype=%4 +set forcex86=%5 set scriptsFolder=%cd% set logFolder=%creatoolsGeneration%\installLog + rmdir %logFolder% /s /q mkdir %logFolder% echo call configure variables call %scriptsFolder%\base\configureVariables.bat +REM goto skypeEED echo call Download Sources start /B /wait %scriptsFolder%\base\downloadSources.bat + echo call compile crea start /B /wait %scriptsFolder%\crea\creaInstall.bat echo call compile bbtk @@ -63,6 +65,10 @@ start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat echo call compile creaMinitools start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat + + +REM :skypeEED + echo THIS HAS TO BE THE LAST STEP... echo call compile creaTools start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat