From 87d30304650795af64c56037bd6ec5491a424dec Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 4 Jul 2014 16:47:56 +0200 Subject: [PATCH] 2425 creaToolsTools Bug New Normal Thirdparty Library win compilation --- Install/creatools.bat | 10 ++++++++ Install_ThirdParty/install-All.bat | 7 ++++++ .../install_generate_thirdparty-x64Debug.bat | 21 +++++++++++++++++ ...install_generate_thirdparty-x64Release.bat | 21 +++++++++++++++++ .../install_generate_thirdparty-x86Debug.bat | 20 ++++++++++++++++ ...install_generate_thirdparty-x86Release.bat | 23 +++++++++++++++++++ 6 files changed, 102 insertions(+) create mode 100644 Install/creatools.bat create mode 100644 Install_ThirdParty/install-All.bat create mode 100644 Install_ThirdParty/install_generate_thirdparty-x64Debug.bat create mode 100644 Install_ThirdParty/install_generate_thirdparty-x64Release.bat create mode 100644 Install_ThirdParty/install_generate_thirdparty-x86Debug.bat create mode 100644 Install_ThirdParty/install_generate_thirdparty-x86Release.bat diff --git a/Install/creatools.bat b/Install/creatools.bat new file mode 100644 index 0000000..3b472ab --- /dev/null +++ b/Install/creatools.bat @@ -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 index 0000000..f00bd4d --- /dev/null +++ b/Install_ThirdParty/install-All.bat @@ -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 index 0000000..4747f82 --- /dev/null +++ b/Install_ThirdParty/install_generate_thirdparty-x64Debug.bat @@ -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 index 0000000..575250c --- /dev/null +++ b/Install_ThirdParty/install_generate_thirdparty-x64Release.bat @@ -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 index 0000000..186a224 --- /dev/null +++ b/Install_ThirdParty/install_generate_thirdparty-x86Debug.bat @@ -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 index 0000000..3dc6b96 --- /dev/null +++ b/Install_ThirdParty/install_generate_thirdparty-x86Release.bat @@ -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 -- 2.44.0