summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-08-16 11:01:23 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-08-16 11:01:23 (GMT)
commit73507a6a9d1df16d8f95ccd38da3e5b305c8532f (patch)
treee85ee8dd3682a98a8da62f4e0346b808df065367 /win
parent1f1610194da226d698cb36381ad58281b13664f0 (diff)
downloadtcl-73507a6a9d1df16d8f95ccd38da3e5b305c8532f.zip
tcl-73507a6a9d1df16d8f95ccd38da3e5b305c8532f.tar.gz
tcl-73507a6a9d1df16d8f95ccd38da3e5b305c8532f.tar.bz2
* win/makefile.vc: replaced $(WINDIR) with $(include32) for the
.rc.res inference rule. winver.h wasn't getting included. [Bug: 445630]
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 18c57ec..50e0d09 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-2000 Ajuba Solutions.
#
-# RCS: @(#) $Id: makefile.vc,v 1.60 2001/01/31 22:27:53 dgp Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.61 2001/08/16 11:01:23 davygrvy Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -529,7 +529,7 @@ $(GENERICDIR)\regguts.h: $(GENERICDIR)\regcustom.h
$(cc32) -DBUILD_tcl $(TCL_CFLAGS) -Fo$(TMPDIR)\ $<
{$(WINDIR)}.rc{$(TMPDIR)}.res:
- $(rc32) -fo $@ -r -i $(GENERICDIR) -i $(WINDIR) -D__WIN32__ \
+ $(rc32) -fo $@ -r -i $(GENERICDIR) $(include32) -D__WIN32__ \
$(TCL_DEFINES) \
!if "$(NODEBUG)" == "0"
-d DEBUG \