]> Creatis software - creaToolsTools.git/blob - Install/creatools.bat_TEMPLATE
9cd680c3157106fe204665d4c141a79b2f9fd7f3
[creaToolsTools.git] / Install / creatools.bat_TEMPLATE
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 @echo off
25 set creatoolsGeneration=<directory where you want to generate>
26 set installPrefix=%creatoolsGeneration%\creatools_install
27 set buildType=<Debug|Release>
28 set gitUser=<USER>
29 set docGeneration=<OFF|ON> let it to OFF!
30 ::Set the following line ON if you want to force x86 compilation
31 set forcex86=OFF
32
33 cd scripts
34 call All.bat %creatoolsGeneration% %docGeneration% %gitUser% %installPrefix% %buildType% %forcex86%
35 cd ..
36 pause
37 exit
38