diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-17 13:07:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-17 13:07:37 (GMT) |
commit | 55fc719ff843c4bb941af8990c70173d26f4e9fd (patch) | |
tree | 261b5cfeac774b7435fc5135126e23402281435f /win/makefile.vc | |
parent | 9eebb0a2671c0158eeae94a9daec982cd6bdda1e (diff) | |
parent | c61aecbfb14b84b74564d8db9579047c802fa165 (diff) | |
download | tcl-55fc719ff843c4bb941af8990c70173d26f4e9fd.zip tcl-55fc719ff843c4bb941af8990c70173d26f4e9fd.tar.gz tcl-55fc719ff843c4bb941af8990c70173d26f4e9fd.tar.bz2 |
should be uppercase
Diffstat (limited to 'win/makefile.vc')
-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 4a84b3b..e453df1 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^ |