summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-17 13:07:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-17 13:07:07 (GMT)
commitc61aecbfb14b84b74564d8db9579047c802fa165 (patch)
tree48ca549b762392ec1b9cc55a95adf6d830066f7a
parent7c408c64e54bb4e76b885a8ecb830852aa5e16da (diff)
downloadtcl-c61aecbfb14b84b74564d8db9579047c802fa165.zip
tcl-c61aecbfb14b84b74564d8db9579047c802fa165.tar.gz
tcl-c61aecbfb14b84b74564d8db9579047c802fa165.tar.bz2
should be uppercase
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index d7845d3..94a585b 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -14,7 +14,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^