]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_ThirdParty/install_generate_thirdparty-x64Release.bat
#3200 creaToolsTools Feature New Normal branch mingw64
[creaToolsTools.git] / Install_mingw64 / Install_ThirdParty / install_generate_thirdparty-x64Release.bat
diff --git a/Install_mingw64/Install_ThirdParty/install_generate_thirdparty-x64Release.bat b/Install_mingw64/Install_ThirdParty/install_generate_thirdparty-x64Release.bat
new file mode 100644 (file)
index 0000000..9efae7f
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
+
+set thirdpartyGeneration=C:\Users\davila\Creatools\C5\tpl\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