summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-17 13:08:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-17 13:08:18 (GMT)
commit3b8fab461b98433d47b90aeeccf88e857a115ff3 (patch)
tree1d53266f65f978cc52932dde2a5976ea4728a7f0 /win/makefile.vc
parenta6615403bcf2600a9e15fe8ea16eb1014a34e4cd (diff)
parent4cb82186f44b46dd305a44e0917e289e53f049fe (diff)
downloadtcl-3b8fab461b98433d47b90aeeccf88e857a115ff3.zip
tcl-3b8fab461b98433d47b90aeeccf88e857a115ff3.tar.gz
tcl-3b8fab461b98433d47b90aeeccf88e857a115ff3.tar.bz2
should be uppercase
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index bcae7f8..5183504 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -15,7 +15,7 @@
# Check to see we are configured to build with MSVC (MSDEVDIR, MSVCDIR or
# VCINSTALLDIR) or with the MS Platform SDK (MSSDK or WindowsSDKDir)
-!if !defined(MSDEVDIR) && !defined(MSVCDIR) && !defined(VCINSTALLDIR) && !defined(MSSDK) && !defined(WindowsSDKDir)
+!if !defined(MSDEVDIR) && !defined(MSVCDIR) && !defined(VCINSTALLDIR) && !defined(MSSDK) && !defined(WINDOWSSDKDIR)
MSG = ^
You need to run vcvars32.bat from Developer Studio or setenv.bat from the^
Platform SDK first to setup the environment. Jump to this line to read^