summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-07-17 13:08:18 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-07-17 13:08:18 (GMT)
commitc46c0e5827ce2803f685522919ec98daa42b54c2 (patch)
tree1d53266f65f978cc52932dde2a5976ea4728a7f0
parent3c7ef463ef2de8d835e0d9d6861e7a85e8ea70aa (diff)
parentd76cf6e9b46504c59218512d1c65d0969bfdc243 (diff)
downloadtcl-c46c0e5827ce2803f685522919ec98daa42b54c2.zip
tcl-c46c0e5827ce2803f685522919ec98daa42b54c2.tar.gz
tcl-c46c0e5827ce2803f685522919ec98daa42b54c2.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 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^