X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=3807d20a590ab1185f6792b513f6ea3bbb9002ee;hb=f29a95efacb5238c370a0adeb5d39b7d95c7b0f8;hp=4e38a6174b0093a2bc9d1081f2ef4a1e24ead6f3;hpb=c7c962c19b2b41d572896c977fb1ff44559253a3;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 4e38a61..3807d20 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -24,13 +24,9 @@ REM ------------------------------------------------------------------------ @echo off set creatoolsGeneration=%1 -set docgeneration=%2 -set installPrefix=%3 -set buildtype=%4 -set forcex86=%5 +set docGeneration=%2 set scriptsFolder=%cd% -set logFolder=%creatoolsGeneration%\installLog rmdir %logFolder% /s /q @@ -39,40 +35,21 @@ mkdir %logFolder% echo call configure variables call %scriptsFolder%\base\configureVariables.bat -REM goto skypeEED +REM ::echo call Download Sources +REM start /B /wait %scriptsFolder%\base\downloadSources.bat -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 -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 +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 +echo ..End.. +cd %scriptsFolder% -REM :skypeEED - -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 -