diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-17 13:07:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-17 13:07:07 (GMT) |
commit | f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea (patch) | |
tree | 48ca549b762392ec1b9cc55a95adf6d830066f7a /win | |
parent | 65cd3b085a130ef32fbef6644dbdabe61dc096ca (diff) | |
download | tcl-f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea.zip tcl-f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea.tar.gz tcl-f8adb1ae9d512c8553f84f3ce489b2d90d6ee8ea.tar.bz2 |
should be uppercase
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 2 |
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^ |