]> Creatis software - creaToolsTools.git/blob - Install/scripts/base/configureVariables.bat
2424 creaToolsTools Feature New Normal Add creaVtk Library in Windows version
[creaToolsTools.git] / Install / scripts / base / configureVariables.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 @echo off
25
26 echo setting variables
27
28 set creasource=crea
29 set bbtksource=bbtk
30 set creamaracassource=creaMaracasVisu
31 set creavtksource=creaVtk
32 set creaenvironmentsource=creaEnvironment
33 set creabrukersource=creaBruker
34 set creaimagesource=creaImageIO
35 set creacontourssource=creaContours
36 set crearigidregistrationssource=creaRigidRegistration
37 set bbtkgeditorsource=bbtkGEditor
38 set creatoolssource=creaTools
39 set creaminitoolssource=creaMiniTools
40
41 set baseFolder=%scriptsFolder%\base
42 set creadll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creasource%Bin\%buildtype%
43 set PATH=%creadll%;%PATH%
44 set bbtkdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%bbtksource%Bin\%buildtype%
45 set PATH=%bbtkdll%;%PATH%
46 set creamaracasdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creamaracassource%Bin\%buildtype%
47 set PATH=%creamaracasdll%;%PATH%
48 set creavtkdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creavtkssource%Bin\%buildtype%
49 set PATH=%creavtkdll%;%PATH%
50 set creaenvironmentdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creaenvironmentsource%Bin\%buildtype%
51 set PATH=%creaenvironmentdll%;%PATH%
52 set creabrukerdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creabrukersource%Bin\%buildtype%
53 set PATH=%creabrukerdll%;%PATH%
54 set creaimagedll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creaimagesource%Bin\%buildtype%
55 set PATH=%creaimagedll%;%PATH%
56 set creacontourdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creacontourssource%Bin\%buildtype%
57 set PATH=%creacontoursdll%;%PATH%
58 set crearigidregistrationdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%crearigidregistrationssource%Bin\%buildtype%
59 set PATH=%crearigidregistrationdll%;%PATH%
60 set bbtkgeditordll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%bbtkgeditorsource%Bin\%buildtype%
61 set PATH=%bbtkgeditordll%;%PATH%
62 set creaminitoolsdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creaminitoolssource%Bin\%buildtype%
63 set PATH=%creaminitoolsdll%;%PATH%
64 set creatoolsdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creatoolssource%Bin\%buildtype%
65 set PATH=%creatoolssdll%;%PATH%
66
67 echo End setting variables
68