summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-10-08 14:25:19 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-10-08 14:25:19 (GMT)
commitf4e4349cadfc93b252489357206f87c5ebfea419 (patch)
treea7ea7e751a7feef7a0efffa36d84b54f4b99944d /win/rules.vc
parent9845cc7c9ceedb5f71e3f0223391fb952156b7d1 (diff)
downloadtcl-f4e4349cadfc93b252489357206f87c5ebfea419.zip
tcl-f4e4349cadfc93b252489357206f87c5ebfea419.tar.gz
tcl-f4e4349cadfc93b252489357206f87c5ebfea419.tar.bz2
Fix htmlhelp generation on 64-bit systems
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc12
1 files changed, 0 insertions, 12 deletions
diff --git a/win/rules.vc b/win/rules.vc
index d5952fd..6ab58f6 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -98,18 +98,6 @@ CPY = xcopy /i /y >NUL
COPY = copy /y >NUL
MKDIR = mkdir
-# The ProgramFiles(x86) environment variable is not accessible
-# from nmake since it has the parenthesis which nmake does not like
-# within a macro name. So define our own in terms of the
-# ProgramFiles environment variable.
-# Note: env variables are always UPPER CASE in nmake
-!if defined(PROCESSOR_ARCHITECTURE) && "$(PROCESSOR_ARCHITECTURE)" == "AMD64"
-PROGRAMFILES_X86 = $(PROGRAMFILES) (x86)
-!else
-PROGRAMFILES_X86 = $(PROGRAMFILES)
-!endif
-
-
######################################################################
# 2. Figure out our build environment in terms of what we're building.
#