]> Creatis software - creaToolsTools.git/blob - Install/scripts/All.bat
DFCH: Cleaning creaTools script repository (Those are old files)
[creaToolsTools.git] / Install / scripts / All.bat
1 @echo off
2
3 set creatoolsGeneration=%1
4 set docgeneration=%2
5 set cvsUser=%3
6 set installPrefix=%4
7 set buildtype=%5
8
9 set currentFolder=%cd%
10 set logFolder=%currentFolder%\log
11
12 rmdir %logFolder% /s /q
13 mkdir %logFolder%
14
15 echo call Download Sources
16 start /B /I /wait %currentFolder%\base\downloadSources.bat %creatoolsGeneration% %installPrefix% %cvsUser% %currentFolder%
17 echo call compile crea
18 start /B /I /wait %currentFolder%\crea\creaInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
19 echo call compile bbtk
20 start /B /I /wait %currentFolder%\bbtk\bbtkInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder% 
21 echo call compile creaMaracasVisu
22 start /B /I /wait %currentFolder%\creaMaracasVisu\creaMaracasVisuInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
23 echo call compile creaEnvironment
24 start /B /I /wait %currentFolder%\creaEnvironment\creaEnvironmentInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
25 echo call compile creaBruker
26 start /B /I /wait %currentFolder%\creaBruker\creaBrukerInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
27 echo call compile creaImageIO
28 start /B /I /wait %currentFolder%\creaImageIO\creaImageIOInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
29 echo call compile creaContours
30 start /B /I /wait %currentFolder%\creaContours\creaContoursInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
31 echo call compile creaRigidRegistration
32 start /B /I /wait %currentFolder%\creaRigidRegistration\creaRigidRInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
33 echo call compile bbtkGEditor
34 start /B /I /wait %currentFolder%\bbtkGEditor\bbtkGEditorInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
35 echo call compile creaMinitools
36 start /B /I /wait %currentFolder%\creaTools\creaMinitoolsInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
37 echo  THIS HAS TO BE THE LAST STEP...
38 echo call compile creaTools
39
40 start /B /I /wait %currentFolder%\creaTools\creaToolsInstall.bat %creatoolsGeneration% %docgeneration% %cvsUser% %installPrefix% %buildtype% %currentFolder%
41
42 exit /B
43