]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty-x86Debug.bat
2425 creaToolsTools Bug New Normal Thirdparty Library win compilation
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty-x86Debug.bat
diff --git a/Install_ThirdParty/install_generate_thirdparty-x86Debug.bat b/Install_ThirdParty/install_generate_thirdparty-x86Debug.bat
new file mode 100644 (file)
index 0000000..186a224
--- /dev/null
@@ -0,0 +1,20 @@
+
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
+
+set thirdpartyGeneration=E:\creatis\creaThirdPartyComplation\All-x86-D
+set buildType=debug
+
+::Set the following line ON if you want to force x86 compilation
+set forcex86=ON
+
+call scripts/tpl_variables.bat
+
+call scripts/makeAll.bat
+
+pause
+
+exit