summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-06-01 08:18:32 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-06-01 08:18:32 (GMT)
commita1fad16dd4cc19a02e96f5a89ff1becdf1ff3a21 (patch)
treea87fe53ddf0502cefccbb2d9862df21e497da917 /win/makefile.vc
parent2d7e227dbac1738f3800481ba3dc4e9312e68cd5 (diff)
downloadtcl-a1fad16dd4cc19a02e96f5a89ff1becdf1ff3a21.zip
tcl-a1fad16dd4cc19a02e96f5a89ff1becdf1ff3a21.tar.gz
tcl-a1fad16dd4cc19a02e96f5a89ff1becdf1ff3a21.tar.bz2
* win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in
the environment, for VC7. [Bug 942214]
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 0616019..9886361 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.126 2004/05/18 20:02:38 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.127 2004/06/01 08:18:32 davygrvy Exp $
#------------------------------------------------------------------------------
-!if "$(MSDEVDIR)" == ""
+!if !defined(MSDEVDIR) && !defined(MSVCDIR)
MSG = ^
You'll need to run vcvars32.bat from Developer Studio, first, to setup^
the environment. Jump to this line to read the new instructions.