]> Creatis software - creaToolsTools.git/commitdiff
Bug #1908
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 6 Feb 2013 13:25:16 +0000 (14:25 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 6 Feb 2013 13:25:16 +0000 (14:25 +0100)
creatools not compiling boost version TPL installeurs

Install_ThirdParty/scripts/makeAll.bat [new file with mode: 0644]

diff --git a/Install_ThirdParty/scripts/makeAll.bat b/Install_ThirdParty/scripts/makeAll.bat
new file mode 100644 (file)
index 0000000..9a39b18
--- /dev/null
@@ -0,0 +1,65 @@
+
+
+echo thirdpartyGeneration=%thirdpartyGeneration%
+echo buildType=%buildType%
+echo wxStable=%wxStable%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
+echo starting time
+time /t
+date /T
+
+set scripts=%cd%\scripts
+set LogFolder=%thirdpartyGeneration%\installLog
+
+
+if %EEDclean%==FALSE GOTO SKIPCLEAN
+cd %scripts%
+echo cleaning All
+call cleanAll.bat %thirdpartyGeneration%
+:SKIPCLEAN
+
+
+if %EEDdownload%==FALSE GOTO SKIPDOWNLOAD
+cd %scripts%
+echo Calling download_ThirdPartySW.bat
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% %wxStable% >> %LogFolder%\downloadSources.log 2>&1
+:SKIPDOWNLOAD
+
+
+if %EEDinstall%==FALSE GOTO SKIPINSTALL
+cd %scripts%
+echo Calling install_thirdparty.bat
+start /B /wait install_thirdparty_all.bat %thirdpartyGeneration% %buildType% %forcex86%
+:SKIPINSTALL
+
+if %EEDinstallerDLL%==FALSE GOTO SKIPINSTALLERDLL
+echo Calling generateThirdPartydllsExe.bat
+cd %scripts%
+start /B /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
+:SKIPINSTALLERDLL
+
+
+if %EEDinstallerLibraries%==FALSE GOTO SKIPINSTALLERLIBRARIES
+echo Calling generateThirdPartyLibExe.bat
+cd %scripts%
+start /B /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
+:SKIPINSTALLERLIBRARIES
+
+
+cd..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+echo ending time
+time /t
+date /T