diff options
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
|