diff options
author | rjohnson <rjohnson> | 1998-07-27 00:49:58 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-07-27 00:49:58 (GMT) |
commit | a171a07aa00feb6e0e3888103190e58dc47f9ebb (patch) | |
tree | aafd300f6084826384a2d56c6d37770569c986a3 /win/makefile.vc | |
parent | d87e298e191f6fae2bd7eb59708f06fe0123fcbc (diff) | |
download | tk-a171a07aa00feb6e0e3888103190e58dc47f9ebb.zip tk-a171a07aa00feb6e0e3888103190e58dc47f9ebb.tar.gz tk-a171a07aa00feb6e0e3888103190e58dc47f9ebb.tar.bz2 |
Merged changes between child workspace "/home/rjohnson/ws/tk8.0" and
parent workspace "/export/home/ws/tk8.0".
Diffstat (limited to 'win/makefile.vc')
-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 = \ |