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