]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
Bug #1928 Removed the gitusername from the Windows installation scripts.
[creaToolsTools.git] / Install / scripts / All.bat
index 5f05606bf1d98a8883221027cb44295a6133d82c..c1871252c483210f46edc6863dfbe82ec825708c 100644 (file)
@@ -1,11 +1,33 @@
+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 forcex86=%6
+set installPrefix=%3
+set buildtype=%4
+set forcex86=%5
 
 set scriptsFolder=%cd%
 set logFolder=%creatoolsGeneration%\installLog
@@ -15,6 +37,8 @@ mkdir %logFolder%
 
 echo call configure variables
 call %scriptsFolder%\base\configureVariables.bat
+
+
 echo call Download Sources
 start /B /wait %scriptsFolder%\base\downloadSources.bat
 echo call compile crea
@@ -37,11 +61,10 @@ echo call compile bbtkGEditor
 start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
 echo call compile creaMinitools
 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
+
 echo  THIS HAS TO BE THE LAST STEP...
 echo call compile creaTools
-
-start /B /I /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
-
+start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
 echo To see the log files of this install please go to %LogFolder%
 
 exit /B