diff options
author | Jose <jose@zeroc.com> | 2012-03-02 23:42:25 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-03-02 23:42:25 +0100 |
commit | 84e60bc4f4d394fa290643096f538467d2d401dd (patch) | |
tree | bab27339af828c157054bea60457947c7e41c1ed /cpp | |
parent | ICE-4786 - Auto-detect platform in Ant script to avoid need for editing confi... (diff) | |
download | ice-84e60bc4f4d394fa290643096f538467d2d401dd.tar.bz2 ice-84e60bc4f4d394fa290643096f538467d2d401dd.tar.xz ice-84e60bc4f4d394fa290643096f538467d2d401dd.zip |
ICE-4810 - Bogus check in Makefile
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/config/Make.rules.mak | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/config/Make.rules.mak b/cpp/config/Make.rules.mak index 8c3b520528a..959e69a125c 100755 --- a/cpp/config/Make.rules.mak +++ b/cpp/config/Make.rules.mak @@ -40,12 +40,8 @@ CPP_COMPILER = VC90 # change the following setting to reflect the installation location.
#
!if "$(THIRDPARTY_HOME)" == ""
-!if "$(PROCESSOR_ARCHITECTURE)" == "AMD64" || "$(PROCESSOR_ARCHITEW6432)" == "AMD64"
-THIRDPARTY_HOME = $(PROGRAMFILES) (x86)\ZeroC\Ice-$(VERSION)-ThirdParty
-!else
THIRDPARTY_HOME = $(PROGRAMFILES)\ZeroC\Ice-$(VERSION)-ThirdParty
!endif
-!endif
#
# Define if you want the Ice DLLs to have compiler specific names
|