]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Added a new installation mode : via git repository without authentification (option...
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 60e8098bd9cb9e9de04a041dc17152695cfe0f5c..792cebfc845dab936b665ee8675a5615fea5daf8 100644 (file)
@@ -1,15 +1,21 @@
-set thirdpartyGeneration=<directory where you want to generate>
-set buildType=<debug|release|RelWithDebInfo>
 
-cd scripts
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install_generate_thirdparty.log 2>&1
 
-call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+@echo off
 
-call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
-call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+set thirdpartyGeneration=<..directory where you want to generate..>
+set buildType=<debug|release>
 
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+::Set the following line ON if you want to force x86 compilation
+set forcex86=<ON|OFF>
 
-cd ..
\ No newline at end of file
+call scripts/tpl_variables.bat
+
+call scripts/makeAll.bat
+
+pause
+
+exit