]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/scripts/makeAll.bat
Feature 2004 Windows generation creatools installer. Merging in one proces Debug...
[creaToolsTools.git] / Install_ThirdParty / scripts / makeAll.bat
1
2
3 echo thirdpartyGeneration=%thirdpartyGeneration%
4 echo buildType=%buildType%
5 echo wxStable=%wxStable%
6
7 echo -----------------------------------
8 echo ---End Setting Global Variables----
9 echo -----------------------------------
10
11 echo -----------------------------------
12 echo -------Calling Scripts-------------
13 echo -----------------------------------
14
15 echo starting time
16 time /t
17 date /T
18
19 set scripts=%cd%\scripts
20 set LogFolder=%thirdpartyGeneration%\installLog
21
22
23 if %EEDclean%==FALSE GOTO SKIPCLEAN
24 cd %scripts%
25 echo cleaning All
26 call cleanAll.bat %thirdpartyGeneration%
27 :SKIPCLEAN
28
29
30 if %EEDdownload%==FALSE GOTO SKIPDOWNLOAD
31 cd %scripts%
32 echo Calling download_ThirdPartySW.bat
33 call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% %wxStable% >> %LogFolder%\downloadSources.log 2>&1
34 :SKIPDOWNLOAD
35
36
37 if %EEDinstall%==FALSE GOTO SKIPINSTALL
38 cd %scripts%
39 echo Calling install_thirdparty.bat
40 start /B /wait install_thirdparty_all.bat %thirdpartyGeneration% %buildType% %forcex86%
41 :SKIPINSTALL
42
43 if %EEDinstallerDLL%==FALSE GOTO SKIPINSTALLERDLL
44 echo Calling generateThirdPartydllsExe.bat
45 cd %scripts%
46 start /B /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
47 :SKIPINSTALLERDLL
48
49
50 if %EEDinstallerLibraries%==FALSE GOTO SKIPINSTALLERLIBRARIES
51 echo Calling generateThirdPartyLibExe.bat
52 cd %scripts%
53 start /B /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
54 :SKIPINSTALLERLIBRARIES
55
56
57 cd..
58
59 echo -----------------------------------
60 echo -------End of the Script-----------
61 echo -----------------------------------
62
63 echo ending time
64 time /t
65 date /T