summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2004-03-09 03:35:08 (GMT)
committerdavygrvy <davygrvy>2004-03-09 03:35:08 (GMT)
commit3dd96c06ea7544b56745757a55f6ff2d306a7aac (patch)
tree8a4c2fa5429fee066f307b53f55e944f8e055901 /win/makefile.vc
parent79597d5c6559d19e4d163e8641d407a9a8892cc0 (diff)
downloadtk-3dd96c06ea7544b56745757a55f6ff2d306a7aac.zip
tk-3dd96c06ea7544b56745757a55f6ff2d306a7aac.tar.gz
tk-3dd96c06ea7544b56745757a55f6ff2d306a7aac.tar.bz2
Checks MSDevDir, not MSVCDir envar.
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.