]> 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 5915078c8d884f04ca8a82697c2ce8c6df8d8a24..792cebfc845dab936b665ee8675a5615fea5daf8 100644 (file)
@@ -1,51 +1,21 @@
-@echo off
-
-echo -----------------------------------
-echo ---Setting Environment Variables---
-echo -----------------------------------
 
-set thirdpartyGeneration=<directory where you want to generate>
-set buildType=<debug|release|RelWithDebInfo>
 
-echo thirdpartyGeneration=%thirdpartyGeneration%
-echo buildType=%buildType%
-
-echo -----------------------------------
-echo ---End Setting Global Variables----
-echo -----------------------------------
+@echo off
 
 echo -----------------------------------
-echo -------Calling Scripts-------------
+echo ---Setting Environment Variables---
 echo -----------------------------------
 
-echo starting time
-time /t
-date /T
+set thirdpartyGeneration=<..directory where you want to generate..>
+set buildType=<debug|release>
 
-cd scripts
+::Set the following line ON if you want to force x86 compilation
+set forcex86=<ON|OFF>
 
-echo Calling install_thirdparty.bat
-
-start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
-
-echo Calling generateThirdPartydllsExe.bat
-
-start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
-
-echo Calling generateThirdPartyLibExe.bat
-
-start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
-
-cd..
-
-echo -----------------------------------
-echo -------End of the Script-----------
-echo -----------------------------------
+call scripts/tpl_variables.bat
 
-echo ending time
-time /t
-date /T
+call scripts/makeAll.bat
 
 pause
 
-exit
\ No newline at end of file
+exit