summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-03-09 03:35:07 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-03-09 03:35:07 (GMT)
commit6ca653435e4db265af70e838f36ee8ed089283d4 (patch)
tree8a4c2fa5429fee066f307b53f55e944f8e055901 /win/makefile.vc
parentac0926b9ec3157dd8cb2470d48f8e56dc61bacc9 (diff)
downloadtk-6ca653435e4db265af70e838f36ee8ed089283d4.zip
tk-6ca653435e4db265af70e838f36ee8ed089283d4.tar.gz
tk-6ca653435e4db265af70e838f36ee8ed089283d4.tar.bz2
Checks MSDevDir, not MSVCDir envar.
FossilOrigin-Name: 710684e47eba723a75f34f3f3b9dd1d4612e9933
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 77fa068..2563282 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,10 +12,10 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.82 2004/02/08 01:38:03 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.83 2004/03/09 03:35:08 davygrvy Exp $
#------------------------------------------------------------------------------
-!if "$(MSVCDIR)" == ""
+!if "$(MSDEVDIR)" == ""
MSG = ^
You will need to run vcvars32.bat from Developer Studio, first, to setup^
the environment. Jump to this line to read the new instructions.