]> Creatis software - creaToolsTools.git/commitdiff
2425 creaToolsTools Bug New Normal Thirdparty Library win compilation
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Fri, 4 Jul 2014 14:47:56 +0000 (16:47 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Fri, 4 Jul 2014 14:47:56 +0000 (16:47 +0200)
Install/creatools.bat [new file with mode: 0644]
Install_ThirdParty/install-All.bat [new file with mode: 0644]
Install_ThirdParty/install_generate_thirdparty-x64Debug.bat [new file with mode: 0644]
Install_ThirdParty/install_generate_thirdparty-x64Release.bat [new file with mode: 0644]
Install_ThirdParty/install_generate_thirdparty-x86Debug.bat [new file with mode: 0644]
Install_ThirdParty/install_generate_thirdparty-x86Release.bat [new file with mode: 0644]

diff --git a/Install/creatools.bat b/Install/creatools.bat
new file mode 100644 (file)
index 0000000..3b472ab
--- /dev/null
@@ -0,0 +1,10 @@
+@echo off
+set creatoolsGeneration=E:\creatis\creaToolsCompilation4
+set docGeneration=OFF
+
+cd scripts
+call All.bat %creatoolsGeneration% %docGeneration% 
+cd ..
+pause
+exit
+
diff --git a/Install_ThirdParty/install-All.bat b/Install_ThirdParty/install-All.bat
new file mode 100644 (file)
index 0000000..f00bd4d
--- /dev/null
@@ -0,0 +1,7 @@
+start /wait install_generate_thirdparty-x64Release.bat
+start /wait install_generate_thirdparty-x64Debug.bat
+start /wait install_generate_thirdparty-x86Release.bat
+start /wait install_generate_thirdparty-x86Debug.bat
+
+
+pause
\ No newline at end of file
diff --git a/Install_ThirdParty/install_generate_thirdparty-x64Debug.bat b/Install_ThirdParty/install_generate_thirdparty-x64Debug.bat
new file mode 100644 (file)
index 0000000..4747f82
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
+
+set thirdpartyGeneration=e:\creatis\creaThirdPartyComplation\All-x64-D
+set buildType=debug
+
+::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
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
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
diff --git a/Install_ThirdParty/install_generate_thirdparty-x86Release.bat b/Install_ThirdParty/install_generate_thirdparty-x86Release.bat
new file mode 100644 (file)
index 0000000..3dc6b96
--- /dev/null
@@ -0,0 +1,23 @@
+
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
+
+set thirdpartyGeneration=e:\creatis\creaThirdPartyComplation\All-x86-R
+set buildType=release
+
+::The following line sets wxWidgets version. Set it ON if you want to compile wxWidgets 2.8.12
+::The following line set swxWidgets version. Set it OFF if you want to compile wxWidgets 2.9.3
+set wxStable=ON
+::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