X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=766a75039ffb693513808e43320095a05570f55e;hb=1195cf5621f8d7a36af22f32633d443e8d29221d;hp=bc7314cfe0efcdb356189dd92b71b8189590690c;hpb=03c15497cf618702808b2cbaea55243c25b70698;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index bc7314c..766a750 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -24,14 +24,10 @@ REM ------------------------------------------------------------------------ @echo off set creatoolsGeneration=%1 -set docgeneration=%2 -set gitUser=%3 -set installPrefix=%4 -set buildtype=%5 -set forcex86=%6 +set docGeneration=%2 set scriptsFolder=%cd% -set logFolder=%creatoolsGeneration%\installLog + rmdir %logFolder% /s /q mkdir %logFolder% @@ -39,36 +35,25 @@ mkdir %logFolder% echo call configure variables call %scriptsFolder%\base\configureVariables.bat -GOTO SKIPINSTALL - -echo call Download Sources +echo call Clean and Download-Sources start /B /wait %scriptsFolder%\base\downloadSources.bat -echo call compile crea -start /B /wait %scriptsFolder%\crea\creaInstall.bat -echo call compile bbtk -start /B /wait %scriptsFolder%\bbtk\bbtkInstall.bat -echo call compile creaMaracasVisu -start /B /wait %scriptsFolder%\creaMaracasVisu\creaMaracasVisuInstall.bat -echo call compile creaEnvironment -start /B /wait %scriptsFolder%\creaEnvironment\creaEnvironmentInstall.bat -echo call compile creaBruker -start /B /wait %scriptsFolder%\creaBruker\creaBrukerInstall.bat -echo call compile creaImageIO -start /B /wait %scriptsFolder%\creaImageIO\creaImageIOInstall.bat -echo call compile creaContours -start /B /wait %scriptsFolder%\creaContours\creaContoursInstall.bat -echo call compile creaRigidRegistration -start /B /wait %scriptsFolder%\creaRigidRegistration\creaRigidRInstall.bat -echo call compile bbtkGEditor -start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat -echo call compile creaMinitools -start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat - -:SKIPINSTALL -echo THIS HAS TO BE THE LAST STEP... -echo call compile creaTools -start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat -echo To see the log files of this install please go to %LogFolder% - -exit /B + +echo %cd% + +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% +