]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty-x64Release.bat
2425 creaToolsTools Bug New Normal Thirdparty Library win compilation
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty-x64Release.bat
diff --git a/Install_ThirdParty/install_generate_thirdparty-x64Release.bat b/Install_ThirdParty/install_generate_thirdparty-x64Release.bat
new file mode 100644 (file)
index 0000000..575250c
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
+
+set thirdpartyGeneration=E:\creatis\creaThirdPartyComplation\All-x64-R
+set buildType=release
+
+::Set the following line ON if you want to force x86 compilation
+set forcex86=OFF
+
+call scripts/tpl_variables.bat
+
+call scripts/makeAll.bat
+
+pause
+
+exit
\ No newline at end of file