]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
#3405 creaToolsTools Feature New Normal - vtk8itk5wx3-macos
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 4efe1bfa1cedd5ad642987777212bcc89defe50e..792cebfc845dab936b665ee8675a5615fea5daf8 100644 (file)
@@ -1,70 +1,21 @@
+
+
 @echo off
 
 echo -----------------------------------
 echo ---Setting Environment Variables---
 echo -----------------------------------
 
-set thirdpartyGeneration=<directory where you want to generate>
-set buildType=<debug|release|RelWithDebInfo>
-::The following line sets wxWidgets version. Set it ON if you want to compile wxWidgets 2.8.12
-::The following line set swxWidgets version. Set it OFF if you want to compile wxWidgets 2.9.3
-set wxStable=<ON|OFF>
+set thirdpartyGeneration=<..directory where you want to generate..>
+set buildType=<debug|release>
+
 ::Set the following line ON if you want to force x86 compilation
 set forcex86=<ON|OFF>
 
+call scripts/tpl_variables.bat
 
-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
-
-cd %scripts%
-
-echo Calling download_ThirdPartySW.bat
-
-call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% %wxStable% >> downloadThirdParty.log 2>&1
-
-cd %scripts%
-
-echo Calling install_thirdparty.bat
-
-start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType% %forcex86%
-
-echo Calling generateThirdPartydllsExe.bat
-
-cd %scripts%
-
-start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
-
-echo Calling generateThirdPartyLibExe.bat
-
-cd %scripts%
-
-start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
-
-cd..
-
-echo -----------------------------------
-echo -------End of the Script-----------
-echo -----------------------------------
-
-echo ending time
-time /t
-date /T
+call scripts/makeAll.bat
 
 pause
 
-exit
\ No newline at end of file
+exit