]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
#3053 creaToolsTools Bug New Normal - GeneratyBinTgz creatools_install thirdpary_in...
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 007de6e7a4c0cd7d4f82123c7ec523822ac3132f..792cebfc845dab936b665ee8675a5615fea5daf8 100644 (file)
@@ -1,50 +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 -----------------------------------
 
-cd scripts
-
-echo Calling install_thirdparty_all.bat
+set thirdpartyGeneration=<..directory where you want to generate..>
+set buildType=<debug|release>
 
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install_generate_thirdparty.log 2>&1
+::Set the following line ON if you want to force x86 compilation
+set forcex86=<ON|OFF>
 
-echo Calling move_thirdparty_dlls.bat
+call scripts/tpl_variables.bat
 
-call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
-
-echo Calling move_thirdparty_libraries.bat
-
-call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
-
-echo Calling install_thirdparty_libraries_cmake.bat
-
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
-
-echo Calling install_thirdparty_dlls_cmake.bat
-
-call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
-
-cd ..
-
-echo -----------------------------------
-echo -------End of the Script-----------
-echo -----------------------------------
+call scripts/makeAll.bat
 
 pause
-exit
\ No newline at end of file
+
+exit