1 REM ---------------------------------------------------------------------
3 REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
5 REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
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.
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
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 ------------------------------------------------------------------------
26 set creatoolsGeneration=%1
29 set scriptsFolder=%cd%
32 rmdir %logFolder% /s /q
35 echo call configure variables
36 call %scriptsFolder%\base\configureVariables.bat
38 echo call Clean and Download-Sources
39 start /B /wait %scriptsFolder%\base\downloadSources.bat
44 call All2.bat %creatoolsGeneration% %docGeneration% Release Win64
47 call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64
50 call All2.bat %creatoolsGeneration% %docGeneration% Release Win32
53 call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32