diff options
author | newhook <matthew.newhook@gmail.com> | 2015-04-22 16:17:04 -0230 |
---|---|---|
committer | newhook <matthew.newhook@gmail.com> | 2015-04-22 16:17:04 -0230 |
commit | e95d34aa245abb5c7dba23a2da0d17c90e90f706 (patch) | |
tree | 8e56352ab7b319f883e633622a6802d4a3e23eec /cpp/config | |
parent | ICE-6457 (diff) | |
download | ice-e95d34aa245abb5c7dba23a2da0d17c90e90f706.tar.bz2 ice-e95d34aa245abb5c7dba23a2da0d17c90e90f706.tar.xz ice-e95d34aa245abb5c7dba23a2da0d17c90e90f706.zip |
ICE-6455 - remove slice2py and slice2rb C++ exe
Fix slice2rb.rb and slice2py.py scripts for Windows.
Fix build issue with IceSSL and MinGW.
Diffstat (limited to 'cpp/config')
-rw-r--r-- | cpp/config/Make.rules | 8 | ||||
-rw-r--r-- | cpp/config/Make.rules.MINGW | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index cdd3315faf8..01dfdeaf94c 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -134,14 +134,6 @@ USE_READLINE ?= no #GENPIC ?= yes # -# If building with MinGW and third party libraries are not installed -# in the default location and THIRDPARTY_HOME is not set in your -# environment variables, change the following setting to reflect the -# installation location. -# -#THIRDPARTY_HOME ?= C:\Program Files (x86)\ZeroC\Ice-$(VERSION)-ThirdParty - -# # Default Mutex protocol: one of PrioNone or PrioInherit. # #DEFAULT_MUTEX_PROTOCOL ?= PrioNone diff --git a/cpp/config/Make.rules.MINGW b/cpp/config/Make.rules.MINGW index 0fe6af9f45c..02b11feecd6 100644 --- a/cpp/config/Make.rules.MINGW +++ b/cpp/config/Make.rules.MINGW @@ -8,6 +8,14 @@ # ********************************************************************** # +# If building with MinGW and third party libraries are not installed +# in the default location and THIRDPARTY_HOME is not set in your +# environment variables, change the following setting to reflect the +# installation location. +# +THIRDPARTY_HOME ?= C:\Program Files (x86)\ZeroC\Ice-$(VERSION)-ThirdParty + +# # This file is included by Make.rules when building with MinGW. # |