]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_CreaTools/scripts/All2.bat
7139a5e66b812ad6e388061dc52b3ddad7452220
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / scripts / All2.bat
1 REM ---------------------------------------------------------------------
2 REM
3 REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
4 REM                        pour la Santé)
5 REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 REM
7 REM  This software is governed by the CeCILL-B license under French law and 
8 REM  abiding by the rules of distribution of free software. You can  use, 
9 REM  modify and/ or redistribute the software under the terms of the CeCILL-B 
10 REM  license as circulated by CEA, CNRS and INRIA at the following URL 
11 REM  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
12 REM  or in the file LICENSE.txt.
13 REM
14 REM  As a counterpart to the access to the source code and  rights to copy,
15 REM  modify and redistribute granted by the license, users are provided only
16 REM  with a limited warranty  and the software's author,  the holder of the
17 REM  economic rights,  and the successive licensors  have only  limited
18 REM  liability. 
19 REM
20 REM  The fact that you are presently reading this means that you have had
21 REM  knowledge of the CeCILL-B license and that you accept its terms.
22 REM ------------------------------------------------------------------------  
23
24 REM @echo off
25
26 set creatoolsGeneration=%1
27 set docgeneration=%2
28 set buildtype=%3
29 set platforme=%4
30
31 set logFolder=%creatoolsGeneration%\c_%buildtype%%platforme%\log
32 set installPrefix=%creatoolsGeneration%\c_%buildtype%%platforme%\ci
33
34 echo --Change ThirdParty directories (CSI/act)--
35 set homedir=%cd%
36 ::cd E:\creatis\CSI
37 ::call act\rename_dir.bat
38 ::rename act_%buildtype%-%platforme% act
39
40 cd %creatoolsGeneration%
41
42 mkdir c_%buildtype%%platforme%
43 mkdir c_%buildtype%%platforme%\log
44
45 echo call configure variables
46 call %scriptsFolder%\base\configureVariables.bat
47
48 set PATH=%DirMingwDlls%;%PATH%
49
50 REM goto skypToEED
51 REM :skypToEED
52
53 echo call compile crea
54 start /B /wait %scriptsFolder%\creaInstall.bat
55 echo call compile bbtk
56 start /B /wait %scriptsFolder%\bbtkInstall.bat
57 echo call compile creaMaracasVisu
58 start /B /wait %scriptsFolder%\creaMaracasVisuInstall.bat
59 echo call compile creaVtk
60 start /B /wait %scriptsFolder%\creaVtkInstall.bat
61 echo call compile creaEnvironment
62 start /B /wait %scriptsFolder%\creaEnvironmentInstall.bat
63 echo call compile creaBruker
64 start /B /wait %scriptsFolder%\creaBrukerInstall.bat
65 echo call compile creaImageIO
66 start /B /wait %scriptsFolder%\creaImageIOInstall.bat
67 echo call compile creaContours
68 start /B /wait %scriptsFolder%\creaContoursInstall.bat
69 echo call compile creaRigidRegistration
70 start /B /wait %scriptsFolder%\creaRigidRInstall.bat
71 echo call compile bbtkGEditor
72 start /B /wait %scriptsFolder%\bbtkGEditorInstall.bat
73 echo call compile creaMinitools
74 start /B /wait %scriptsFolder%\creaMinitoolsInstall.bat
75
76
77 echo  THIS HAS TO BE THE LAST STEP...
78 echo call compile creaTools
79 start /B /wait %scriptsFolder%\creaToolsInstall.bat
80 echo To see the log files of this install please go to %LogFolder%
81