summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
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)
commitf8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea (patch)
tree48ca549b762392ec1b9cc55a95adf6d830066f7a /win/makefile.vc
parent65cd3b085a130ef32fbef6644dbdabe61dc096ca (diff)
downloadtcl-f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea.zip
tcl-f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea.tar.gz
tcl-f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea.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 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^