]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_ThirdParty/scripts/makeAll.bat
3450 vtk9itk5wx3-macos
[creaToolsTools.git] / Install_mingw64 / 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 if %EEDclean%==FALSE GOTO SKIPCLEAN
23 cd %scripts%
24 echo cleaning All
25 call cleanAll.bat %thirdpartyGeneration%
26 :SKIPCLEAN
27
28
29 if %EEDdownload%==FALSE GOTO SKIPDOWNLOAD
30 cd %scripts%
31 echo Calling download_ThirdPartySW.bat
32 call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% %wxStable% >> %LogFolder%\downloadSources.log 2>&1
33 :SKIPDOWNLOAD
34
35
36 if %EEDinstall%==FALSE GOTO SKIPINSTALL
37 cd %scripts%
38 echo Calling install_thirdparty.bat
39 call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% %forcex86%
40 :SKIPINSTALL
41
42 if %EEDinstallerDLL%==FALSE GOTO SKIPINSTALLERDLL
43 echo Calling generateThirdPartydllsExe.bat
44 cd %scripts%
45 call generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
46 :SKIPINSTALLERDLL
47
48
49 :: if %EEDinstallerLibraries%==FALSE GOTO SKIPINSTALLERLIBRARIES
50 :: echo Calling generateThirdPartyLibExe.bat
51 :: cd %scripts%
52 :: call generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
53 :: :SKIPINSTALLERLIBRARIES
54
55
56 cd..
57
58 echo -----------------------------------
59 echo -------End of the Script-----------
60 echo -----------------------------------
61
62 echo ending time
63 time /t
64 date /T