X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=3807d20a590ab1185f6792b513f6ea3bbb9002ee;hb=f29a95efacb5238c370a0adeb5d39b7d95c7b0f8;hp=b0a62440699c2ee3eee490ef83128944d631b66c;hpb=b54aa9fec84108e17bc395ddcf15b5b1d5aabace;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index b0a6244..3807d20 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -1,43 +1,55 @@ +REM --------------------------------------------------------------------- +REM +REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +REM pour la Santé) +REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +REM +REM This software is governed by the CeCILL-B license under French law and +REM abiding by the rules of distribution of free software. You can use, +REM modify and/ or redistribute the software under the terms of the CeCILL-B +REM license as circulated by CEA, CNRS and INRIA at the following URL +REM http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +REM or in the file LICENSE.txt. +REM +REM As a counterpart to the access to the source code and rights to copy, +REM modify and redistribute granted by the license, users are provided only +REM with a limited warranty and the software's author, the holder of the +REM economic rights, and the successive licensors have only limited +REM liability. +REM +REM The fact that you are presently reading this means that you have had +REM knowledge of the CeCILL-B license and that you accept its terms. +REM ------------------------------------------------------------------------ + @echo off set creatoolsGeneration=%1 -set docgeneration=%2 -set cvsUser=%3 -set installPrefix=%4 -set buildtype=%5 +set docGeneration=%2 + +set scriptsFolder=%cd% -set currentFolder=%cd% -set logFolder=%currentFolder%\log rmdir %logFolder% /s /q mkdir %logFolder% -echo call Download Sources -start /B /I /wait %currentFolder%\base\downloadSources.bat %creatoolsGeneration% %installPrefix% %cvsUser% %currentFolder% -echo call compile crea -start /B /I /wait %currentFolder%\crea\creaInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile bbtk -start /B /I /wait %currentFolder%\bbtk\bbtkInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaMaracasVisu -start /B /I /wait %currentFolder%\creaMaracasVisu\creaMaracasVisuInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaEnvironment -start /B /I /wait %currentFolder%\creaEnvironment\creaEnvironmentInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaBruker -start /B /I /wait %currentFolder%\creaBruker\creaBrukerInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaImageIO -start /B /I /wait %currentFolder%\creaImageIO\creaImageIOInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaContours -start /B /I /wait %currentFolder%\creaContours\creaContoursInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaRigidRegistration -start /B /I /wait %currentFolder%\creaRigidRegistration\creaRigidRInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile bbtkGEditor -start /B /I /wait %currentFolder%\bbtkGEditor\bbtkGEditorInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo call compile creaMinitools -start /B /I /wait %currentFolder%\creaTools\creaMinitoolsInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% -echo THIS HAS TO BE THE LAST STEP... -echo call compile creaTools - -start /B /I /wait %currentFolder%\creaTools\creaToolsInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% - -exit /B +echo call configure variables +call %scriptsFolder%\base\configureVariables.bat + +REM ::echo call Download Sources +REM start /B /wait %scriptsFolder%\base\downloadSources.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% +