]> Creatis software - creaToolsTools.git/blob - Install/scripts/base/configureVariables.bat
Feature 2004 Windows generation creatools installer. Merging in one proces Debug...
[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 creaenvironmentsource=creaEnvironment
32 set creabrukersource=creaBruker
33 set creaimagesource=creaImageIO
34 set creacontourssource=creaContours
35 set crearigidregistrationssource=creaRigidRegistration
36 set bbtkgeditorsource=bbtkGEditor
37 set creatoolssource=creaTools
38 set creaminitoolssource=creaMiniTools
39
40 set baseFolder=%scriptsFolder%\base
41 set creadll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creasource%Bin\%buildtype%
42 set PATH=%creadll%;%PATH%
43 set bbtkdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%bbtksource%Bin\%buildtype%
44 set PATH=%bbtkdll%;%PATH%
45 set creamaracasdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creamaracassource%Bin\%buildtype%
46 set PATH=%creamaracasdll%;%PATH%
47 set creaenvironmentdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creaenvironmentsource%Bin\%buildtype%
48 set PATH=%creaenvironmentdll%;%PATH%
49 set creabrukerdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creabrukersource%Bin\%buildtype%
50 set PATH=%creabrukerdll%;%PATH%
51 set creaimagedll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creaimagesource%Bin\%buildtype%
52 set PATH=%creaimagedll%;%PATH%
53 set creacontourdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creacontourssource%Bin\%buildtype%
54 set PATH=%creacontoursdll%;%PATH%
55 set crearigidregistrationdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%crearigidregistrationssource%Bin\%buildtype%
56 set PATH=%crearigidregistrationdll%;%PATH%
57 set bbtkgeditordll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%bbtkgeditorsource%Bin\%buildtype%
58 set PATH=%bbtkgeditordll%;%PATH%
59 set creaminitoolsdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creaminitoolssource%Bin\%buildtype%
60 set PATH=%creaminitoolsdll%;%PATH%
61 set creatoolsdll=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_bin\%creatoolssource%Bin\%buildtype%
62 set PATH=%creatoolssdll%;%PATH%
63
64 echo End setting variables
65