From d997ee5af6cf6b1919714add97866a4bdd7eef9b Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 3 Aug 2018 17:11:00 +0200 Subject: [PATCH] #3200creaToolsToolsFeatureNewNormalbranch mingw64 --- .../Install_CreaTools/scripts/All.bat | 4 ++-- .../Install_CreaTools/scripts/All2.bat | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Install_mingw64/Install_CreaTools/scripts/All.bat b/Install_mingw64/Install_CreaTools/scripts/All.bat index 220211a..8cd0df2 100644 --- a/Install_mingw64/Install_CreaTools/scripts/All.bat +++ b/Install_mingw64/Install_CreaTools/scripts/All.bat @@ -36,8 +36,8 @@ mkdir %creatoolsGeneration% echo call configure variables call %scriptsFolder%\base\configureVariables.bat -::echo call Clean and Download-Sources -::start /B /wait %scriptsFolder%\base\downloadSources.bat +echo call Clean and Download-Sources +start /B /wait %scriptsFolder%\base\downloadSources.bat echo %cd% diff --git a/Install_mingw64/Install_CreaTools/scripts/All2.bat b/Install_mingw64/Install_CreaTools/scripts/All2.bat index 55d8912..2d10a27 100644 --- a/Install_mingw64/Install_CreaTools/scripts/All2.bat +++ b/Install_mingw64/Install_CreaTools/scripts/All2.bat @@ -49,27 +49,27 @@ REM goto skypToEED REM :skypToEED echo call compile crea -::start /B /wait %scriptsFolder%\creaInstall.bat +start /B /wait %scriptsFolder%\creaInstall.bat echo call compile bbtk -::start /B /wait %scriptsFolder%\bbtkInstall.bat +start /B /wait %scriptsFolder%\bbtkInstall.bat echo call compile creaMaracasVisu -::start /B /wait %scriptsFolder%\creaMaracasVisuInstall.bat +start /B /wait %scriptsFolder%\creaMaracasVisuInstall.bat echo call compile creaVtk -::start /B /wait %scriptsFolder%\creaVtkInstall.bat +start /B /wait %scriptsFolder%\creaVtkInstall.bat echo call compile creaEnvironment -::start /B /wait %scriptsFolder%\creaEnvironmentInstall.bat +start /B /wait %scriptsFolder%\creaEnvironmentInstall.bat echo call compile creaBruker -::start /B /wait %scriptsFolder%\creaBrukerInstall.bat +start /B /wait %scriptsFolder%\creaBrukerInstall.bat echo call compile creaImageIO -::start /B /wait %scriptsFolder%\creaImageIOInstall.bat +start /B /wait %scriptsFolder%\creaImageIOInstall.bat echo call compile creaContours -::start /B /wait %scriptsFolder%\creaContoursInstall.bat +start /B /wait %scriptsFolder%\creaContoursInstall.bat echo call compile creaRigidRegistration -::start /B /wait %scriptsFolder%\creaRigidRInstall.bat +start /B /wait %scriptsFolder%\creaRigidRInstall.bat echo call compile bbtkGEditor -::start /B /wait %scriptsFolder%\bbtkGEditorInstall.bat +start /B /wait %scriptsFolder%\bbtkGEditorInstall.bat echo call compile creaMinitools -::start /B /wait %scriptsFolder%\creaMinitoolsInstall.bat +start /B /wait %scriptsFolder%\creaMinitoolsInstall.bat echo THIS HAS TO BE THE LAST STEP... -- 2.45.1