]> Creatis software - creaToolsTools.git/blob - Install/scripts/All.bat
Add minitools on script
[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 set creaminitoolssource=creaMiniTools
22
23 set currentdir=%~dp0
24 call %currentdir%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
25
26
27 call %currentdir%\cvscheckout.bat %creasource% %cvsUser% %creatoolsGeneration%
28 call %currentdir%\cvscheckout.bat %bbtksource% %cvsUser% %creatoolsGeneration%
29 call %currentdir%\cvscheckout.bat %creamaracassource% %cvsUser% %creatoolsGeneration%
30 call %currentdir%\cvscheckout.bat %creaenvironmentsource% %cvsUser% %creatoolsGeneration%
31 call %currentdir%\cvscheckout.bat %creabrukersource% %cvsUser% %creatoolsGeneration%
32 call %currentdir%\cvscheckout.bat %creaimagesource% %cvsUser% %creatoolsGeneration%
33 call %currentdir%\cvscheckout.bat %creacontourssource% %cvsUser% %creatoolsGeneration%
34 call %currentdir%\cvscheckout.bat %crearigidregistrationssource% %cvsUser% %creatoolsGeneration%
35 call %currentdir%\cvscheckout.bat %bbtkgeditorsource% %cvsUser% %creatoolsGeneration%
36 call %currentdir%\cvscheckout.bat %creatoolssource% %cvsUser% %creatoolsGeneration%
37 call %currentdir%\cvscheckout.bat %creaminitoolssource% %cvsUser% %creatoolsGeneration%
38
39 rem CREA
40 call %currentdir%\cleanmod.bat %creasource% %creatoolsGeneration%
41 call %currentdir%\cmakemod.bat %creasource% %installPrefix% %creatoolsGeneration%
42 call %currentdir%\creaVariables.bat %creatoolsGeneration% %creasource% %docgeneration%
43 call %currentdir%\compilemod.bat %buildtype% %creasource% %creatoolsGeneration%
44 call %currentdir%\ctestmod.bat %creasource% %creatoolsGeneration%
45 set creadll=%creatoolsGeneration%\creatools_bin\%creasource%Bin\%buildtype%
46 set PATH=%creadll%;%PATH%
47
48 rem BBTK
49 call %currentdir%\cleanmod.bat %bbtksource% %creatoolsGeneration%
50 call %currentdir%\cmakemod.bat %bbtksource%  %installPrefix% %creatoolsGeneration%
51 call %currentdir%\bbtkVariables.bat %creatoolsGeneration% %bbtksource% %docgeneration%
52 call %currentdir%\compilemod.bat %buildtype% %bbtksource% %creatoolsGeneration%
53 call %currentdir%\ctestmod.bat %bbtksource% %creatoolsGeneration%
54 set bbtkdll=%creatoolsGeneration%\creatools_bin\%bbtksource%Bin\%buildtype%
55 set PATH=%bbtkdll%;%PATH%
56
57 rem creaMaracasVisu
58 call %currentdir%\cleanmod.bat %creamaracassource% %creatoolsGeneration%
59 call %currentdir%\cmakemod.bat %creamaracassource%  %installPrefix% %creatoolsGeneration%
60 call %currentdir%\creaMaracasVariables.bat %creatoolsGeneration% %creamaracassource% %docgeneration%
61 call %currentdir%\compilemod.bat %buildtype% %creamaracassource% %creatoolsGeneration%
62 call %currentdir%\ctestmod.bat %creamaracassource% %creatoolsGeneration%
63 set creamaracasdll=%creatoolsGeneration%\creatools_bin\%creamaracassource%Bin\%buildtype%
64 set PATH=%creamaracasdll%;%PATH%
65
66 rem creaEnvironment
67 call %currentdir%\cleanmod.bat %creaenvironmentsource% %creatoolsGeneration%
68 call %currentdir%\cmakemod.bat %creaenvironmentsource%  %installPrefix% %creatoolsGeneration%
69 call %currentdir%\creaenvironmentVariables.bat %creatoolsGeneration%  %creaenvironmentsource% %docgeneration%
70 call %currentdir%\compilemod.bat %buildtype% %creaenvironmentsource% %creatoolsGeneration%
71 call %currentdir%\ctestmod.bat %creaenvironmentsource% %creatoolsGeneration%
72 set creaenvironmentdll=%creatoolsGeneration%\creatools_bin\%creaenvironmentsource%Bin\%buildtype%
73 set PATH=%creaenvironmentdll%;%PATH%
74
75 rem creaBruker
76 call %currentdir%\cleanmod.bat %creabrukersource% %creatoolsGeneration%
77 call %currentdir%\cmakemod.bat %creabrukersource%  %installPrefix% %creatoolsGeneration%
78 call %currentdir%\creaBrukerVariables.bat %creatoolsGeneration% %creabrukersource% %docgeneration%
79 call %currentdir%\compilemod.bat %buildtype% %creabrukersource% %creatoolsGeneration%
80 call %currentdir%\ctestmod.bat %creabrukersource% %creatoolsGeneration%
81 set creabrukerdll=%creatoolsGeneration%\creatools_bin\%creabrukersource%Bin\%buildtype%
82 set PATH=%creabrukerdll%;%PATH%
83
84 rem creaImageIO
85 call %currentdir%\cleanmod.bat %creaimagesource% %creatoolsGeneration%
86 call %currentdir%\cmakemod.bat %creaimagesource%  %installPrefix% %creatoolsGeneration%
87 call %currentdir%\creaImageIOVariables.bat %creatoolsGeneration% %creaimagesource%  %docgeneration%
88 call %currentdir%\compilemod.bat %buildtype% %creaimagesource% %creatoolsGeneration%
89 call %currentdir%\ctestmod.bat %creaimagesource% %creatoolsGeneration%
90 set creaimagedll=%creatoolsGeneration%\creatools_bin\%creaimagesource%Bin\%buildtype%
91 set PATH=%creaimagedll%;%PATH%
92
93 rem creaContours
94 call %currentdir%\cleanmod.bat %creacontourssource% %creatoolsGeneration%
95 call %currentdir%\cmakemod.bat %creacontourssource%  %installPrefix% %creatoolsGeneration%
96 call %currentdir%\creaContoursVariables.bat %creatoolsGeneration% %creacontourssource% %docgeneration%
97 call %currentdir%\compilemod.bat %buildtype% %creacontourssource% %creatoolsGeneration%
98 call %currentdir%\ctestmod.bat %creacontourssource% %creatoolsGeneration%
99 set creacontourdll=%creatoolsGeneration%\creatools_bin\%creacontourssource%Bin\%buildtype%
100 rem set PATH=%creacontoursdll%;%PATH%
101
102 rem creaRigidRegistration
103 call %currentdir%\cleanmod.bat %crearigidregistrationssource% %creatoolsGeneration%
104 call %currentdir%\cmakemod.bat %crearigidregistrationssource%  %installPrefix% %creatoolsGeneration%
105 call %currentdir%\creaRigidRegistrationVariables.bat %creatoolsGeneration% %crearigidregistrationssource%  %docgeneration%
106 call %currentdir%\compilemod.bat %buildtype% %crearigidregistrationssource% %creatoolsGeneration%
107 call %currentdir%\ctestmod.bat %crearigidregistrationssource% %creatoolsGeneration%
108 set crearigidregistrationdll=%creatoolsGeneration%\creatools_bin\%crearigidregistrationssource%Bin\%buildtype%
109 rem set PATH=%crearigidregistrationdll%;%PATH%
110
111 rem bbtkGEditor
112 call %currentdir%\cleanmod.bat %bbtkgeditorsource% %creatoolsGeneration%
113 call %currentdir%\cmakemod.bat %bbtkgeditorsource%  %installPrefix% %creatoolsGeneration%
114 call %currentdir%\bbtkGEditorVariables.bat %creatoolsGeneration% %bbtkgeditorsource%  %docgeneration%
115 call %currentdir%\compilemod.bat %buildtype% %bbtkgeditorsource% %creatoolsGeneration%
116 call %currentdir%\ctestmod.bat %bbtkgeditorsource% %creatoolsGeneration%
117 set bbtkgeditordll=%creatoolsGeneration%\creatools_bin\%bbtkgeditorsource%Bin\%buildtype%
118 rem set PATH=%bbtkgeditordll%;%PATH%
119
120 rem creaTools
121 call %currentdir%\cleanmod.bat %creatoolssource% %creatoolsGeneration%
122 call %currentdir%\cmakemod.bat %creatoolssource%  %installPrefix% %creatoolsGeneration%
123 call %currentdir%\creaToolsVariables.bat %creatoolsGeneration%  %creatoolssource% %docgeneration%
124 call %currentdir%\compilemodCreaTools.bat %buildtype% %creatoolssource% %creatoolsGeneration%
125 rem remcall ctestmod.bat %creatoolssource% %creatoolsGeneration%
126 set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creatoolssource%Bin\%buildtype%
127 rem set PATH=%creatoolssdll%;%PATH%
128
129 rem creaMiniTools
130 call %currentdir%\cleanmod.bat %creaminitoolssource% %creatoolsGeneration%
131 call %currentdir%\cmakemod.bat %creaminitoolssource%  %installPrefix% %creatoolsGeneration%
132 call %currentdir%\creaMiniToolsVariables.bat %creatoolsGeneration%  %creatoolssource% %docgeneration%
133 call %currentdir%\compilemodCreaTools.bat %buildtype% %creatoolssource% %creatoolsGeneration%
134 rem remcall ctestmod.bat %creaminitoolssource% %creatoolsGeneration%
135 set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creaminitoolssource%Bin\%buildtype%
136 rem set PATH=%creatoolssdll%;%PATH%
137 REM
138 REM
139 REM ...FIN...END... :)
140 REM
141 REM
142 pause
143 rem shutdown /s
144 exit /b
145