summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-07 23:40:37 (GMT)
committerstanton <stanton>1999-05-07 23:40:37 (GMT)
commit7c4092a142f2c47e20b34c96adfb38b9a70083a6 (patch)
tree9d7f790a4c6c517a7835178556f2db8414dc8421 /win/makefile.vc
parent65da72655e2eee15fda0bb5a904abe9164629128 (diff)
downloadtcl-7c4092a142f2c47e20b34c96adfb38b9a70083a6.zip
tcl-7c4092a142f2c47e20b34c96adfb38b9a70083a6.tar.gz
tcl-7c4092a142f2c47e20b34c96adfb38b9a70083a6.tar.bz2
removed bad patch
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 8b662a3..cce6320 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.33 1999/05/07 20:06:52 stanton Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.34 1999/05/07 23:40:37 stanton Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -333,7 +333,7 @@ setup:
@$(MKDIR) $(OUTDIR)
$(DUMPEXTS): $(WINDIR)\winDumpExts.c
- $(cc32) $(CON_CFLAGS) -DTCL_LIB_VERSION=$(VERSION) -Fo$(TMPDIR)\ $?
+ $(cc32) $(CON_CFLAGS) -Fo$(TMPDIR)\ $?
set LIB="$(TOOLS32)\lib"
$(link32) $(ldebug) $(conlflags) $(guilibs) -out:$@ \
$(TMPDIR)\winDumpExts.obj