]> Creatis software - creaToolsTools.git/blob - Install/scripts/All.bat
*** empty log message ***
[creaToolsTools.git] / Install / scripts / All.bat
1
2
3 rem @echo off
4 set creatoolsGeneration=%1
5 set docgeneration=%2
6 set cvsUser=%3
7 set installPrefix=%4
8 set buildtype=%5
9
10
11 set creasource=crea
12 set bbtksource=bbtk
13 set creamaracassource=creaMaracasVisu
14 set creaenvironmentsource=creaEnvironment
15 set creabrukersource=creaBruker
16 set creaimagesource=creaImageIO
17 set creacontourssource=creaContours
18 set crearigidregistrationssource=creaRigidRegistration
19 set bbtkgeditorsource=bbtkGEditor
20 set creatoolssource=creaTools
21
22 set currentdir=%~dp0
23 call %currentdir%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
24
25
26 call %currentdir%\cvscheckout.bat %creasource% %cvsUser% %creatoolsGeneration%
27 call %currentdir%\cvscheckout.bat %bbtksource% %cvsUser% %creatoolsGeneration%
28 call %currentdir%\cvscheckout.bat %creamaracassource% %cvsUser% %creatoolsGeneration%
29 call %currentdir%\cvscheckout.bat %creaenvironmentsource% %cvsUser% %creatoolsGeneration%
30 call %currentdir%\cvscheckout.bat %creabrukersource% %cvsUser% %creatoolsGeneration%
31 call %currentdir%\cvscheckout.bat %creaimagesource% %cvsUser% %creatoolsGeneration%
32 call %currentdir%\cvscheckout.bat %creacontourssource% %cvsUser% %creatoolsGeneration%
33 call %currentdir%\cvscheckout.bat %crearigidregistrationssource% %cvsUser% %creatoolsGeneration%
34 call %currentdir%\cvscheckout.bat %bbtkgeditorsource% %cvsUser% %creatoolsGeneration%
35 call %currentdir%\cvscheckout.bat %creatoolssource% %cvsUser% %creatoolsGeneration%
36
37
38 rem CREA
39 call %currentdir%\cleanmod.bat %creasource% %creatoolsGeneration%
40 call %currentdir%\cmakemod.bat %creasource% %installPrefix% %creatoolsGeneration%
41 call %currentdir%\creaVariables.bat %creatoolsGeneration% %creasource% %docgeneration%
42 call %currentdir%\compilemod.bat %buildtype% %creasource% %creatoolsGeneration%
43 call %currentdir%\ctestmod.bat %creasource% %creatoolsGeneration%
44 set creadll=%creatoolsGeneration%\creatools_bin\%creasource%Bin\%buildtype%
45 set PATH=%creadll%;%PATH%
46
47 rem BBTK
48 call %currentdir%\cleanmod.bat %bbtksource% %creatoolsGeneration%
49 call %currentdir%\cmakemod.bat %bbtksource%  %installPrefix% %creatoolsGeneration%
50 call %currentdir%\bbtkVariables.bat %creatoolsGeneration% %bbtksource% %docgeneration%
51 call %currentdir%\compilemod.bat %buildtype% %bbtksource% %creatoolsGeneration%
52 call %currentdir%\ctestmod.bat %bbtksource% %creatoolsGeneration%
53 set bbtkdll=%creatoolsGeneration%\creatools_bin\%bbtksource%Bin\%buildtype%
54 set PATH=%bbtkdll%;%PATH%
55
56 rem creaMaracasVisu
57 call %currentdir%\cleanmod.bat %creamaracassource% %creatoolsGeneration%
58 call %currentdir%\cmakemod.bat %creamaracassource%  %installPrefix% %creatoolsGeneration%
59 call %currentdir%\creaMaracasVariables.bat %creatoolsGeneration% %creamaracassource% %docgeneration%
60 call %currentdir%\compilemod.bat %buildtype% %creamaracassource% %creatoolsGeneration%
61 call %currentdir%\ctestmod.bat %creamaracassource% %creatoolsGeneration%
62 set creamaracasdll=%creatoolsGeneration%\creatools_bin\%creamaracassource%Bin\%buildtype%
63 set PATH=%creamaracasdll%;%PATH%
64
65 rem creaEnvironment
66 call %currentdir%\cleanmod.bat %creaenvironmentsource% %creatoolsGeneration%
67 call %currentdir%\cmakemod.bat %creaenvironmentsource%  %installPrefix% %creatoolsGeneration%
68 call %currentdir%\creaenvironmentVariables.bat %creatoolsGeneration%  %creaenvironmentsource% %docgeneration%
69 call %currentdir%\compilemod.bat %buildtype% %creaenvironmentsource% %creatoolsGeneration%
70 call %currentdir%\ctestmod.bat %creaenvironmentsource% %creatoolsGeneration%
71 set creaenvironmentdll=%creatoolsGeneration%\creatools_bin\%creaenvironmentsource%Bin\%buildtype%
72 set PATH=%creaenvironmentdll%;%PATH%
73
74 rem creaBruker
75 call %currentdir%\cleanmod.bat %creabrukersource% %creatoolsGeneration%
76 call %currentdir%\cmakemod.bat %creabrukersource%  %installPrefix% %creatoolsGeneration%
77 call %currentdir%\creaBrukerVariables.bat %creatoolsGeneration% %creabrukersource% %docgeneration%
78 call %currentdir%\compilemod.bat %buildtype% %creabrukersource% %creatoolsGeneration%
79 call %currentdir%\ctestmod.bat %creabrukersource% %creatoolsGeneration%
80 set creabrukerdll=%creatoolsGeneration%\creatools_bin\%creabrukersource%Bin\%buildtype%
81 set PATH=%creabrukerdll%;%PATH%
82
83 rem creaImageIO
84 call %currentdir%\cleanmod.bat %creaimagesource% %creatoolsGeneration%
85 call %currentdir%\cmakemod.bat %creaimagesource%  %installPrefix% %creatoolsGeneration%
86 call %currentdir%\creaImageIOVariables.bat %creatoolsGeneration% %creaimagesource%  %docgeneration%
87 call %currentdir%\compilemod.bat %buildtype% %creaimagesource% %creatoolsGeneration%
88 call %currentdir%\ctestmod.bat %creaimagesource% %creatoolsGeneration%
89 set creaimagedll=%creatoolsGeneration%\creatools_bin\%creaimagesource%Bin\%buildtype%
90 set PATH=%creaimagedll%;%PATH%
91
92 rem creaContours
93 call %currentdir%\cleanmod.bat %creacontourssource% %creatoolsGeneration%
94 call %currentdir%\cmakemod.bat %creacontourssource%  %installPrefix% %creatoolsGeneration%
95 call %currentdir%\creaContoursVariables.bat %creatoolsGeneration% %creacontourssource% %docgeneration%
96 call %currentdir%\compilemod.bat %buildtype% %creacontourssource% %creatoolsGeneration%
97 call %currentdir%\ctestmod.bat %creacontourssource% %creatoolsGeneration%
98 set creacontourdll=%creatoolsGeneration%\creatools_bin\%creacontourssource%Bin\%buildtype%
99 rem set PATH=%creacontoursdll%;%PATH%
100
101 rem creaRigidRegistration
102 call %currentdir%\cleanmod.bat %crearigidregistrationssource% %creatoolsGeneration%
103 call %currentdir%\cmakemod.bat %crearigidregistrationssource%  %installPrefix% %creatoolsGeneration%
104 call %currentdir%\creaRigidRegistrationVariables.bat %creatoolsGeneration% %crearigidregistrationssource%  %docgeneration%
105 call %currentdir%\compilemod.bat %buildtype% %crearigidregistrationssource% %creatoolsGeneration%
106 call %currentdir%\ctestmod.bat %crearigidregistrationssource% %creatoolsGeneration%
107 set crearigidregistrationdll=%creatoolsGeneration%\creatools_bin\%crearigidregistrationssource%Bin\%buildtype%
108 rem set PATH=%crearigidregistrationdll%;%PATH%
109
110 rem bbtkGEditor
111 call %currentdir%\cleanmod.bat %bbtkgeditorsource% %creatoolsGeneration%
112 call %currentdir%\cmakemod.bat %bbtkgeditorsource%  %installPrefix% %creatoolsGeneration%
113 call %currentdir%\bbtkGEditorVariables.bat %creatoolsGeneration% %bbtkgeditorsource%  %docgeneration%
114 call %currentdir%\compilemod.bat %buildtype% %bbtkgeditorsource% %creatoolsGeneration%
115 call %currentdir%\ctestmod.bat %bbtkgeditorsource% %creatoolsGeneration%
116 set bbtkgeditordll=%creatoolsGeneration%\creatools_bin\%bbtkgeditorsource%Bin\%buildtype%
117 rem set PATH=%bbtkgeditordll%;%PATH%
118
119 rem creaTools
120 call %currentdir%\cleanmod.bat %creatoolssource% %creatoolsGeneration%
121 call %currentdir%\cmakemod.bat %creatoolssource%  %installPrefix% %creatoolsGeneration%
122 call %currentdir%\creaToolsVariables.bat %creatoolsGeneration%  %creatoolssource% %docgeneration%
123 call %currentdir%\compilemodCreaTools.bat %buildtype% %creatoolssource% %creatoolsGeneration%
124 rem remcall ctestmod.bat %creatoolssource% %creatoolsGeneration%
125 set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creatoolssource%Bin\%buildtype%
126 rem set PATH=%creatoolssdll%;%PATH%
127 REM
128 REM
129 REM ...FIN...END... :)
130 REM
131 REM
132 pause
133 rem shutdown /s
134 exit /b