diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index b3e763f..5d16758 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -4,7 +4,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 1995-1996 Sun Microsystems, Inc. -# SCCS: %Z% $Id: makefile.vc,v 1.5 1998/07/24 15:11:59 welch Exp $ +# SCCS: %Z% $Id: makefile.vc,v 1.6 1998/07/27 00:49:58 rjohnson Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -86,7 +86,6 @@ XLIBOBJS = \ $(TMPDIR)\xcolors.obj \ $(TMPDIR)\xdraw.obj \ $(TMPDIR)\xgc.obj \ - $(TMPDIR)\ximage.obj \ $(TMPDIR)\xutil.obj TKOBJS = \ |