summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorwelch <welch>1998-08-06 16:47:10 (GMT)
committerwelch <welch>1998-08-06 16:47:10 (GMT)
commit2578a26bee82189b6554497d13def2e496c8323a (patch)
tree73295dfc3c087aa7383efa55fbd9ef708481cab3 /win
parent18f0ef1cfa825860d3e5d8a55852a51fd27c9006 (diff)
downloadtk-2578a26bee82189b6554497d13def2e496c8323a.zip
tk-2578a26bee82189b6554497d13def2e496c8323a.tar.gz
tk-2578a26bee82189b6554497d13def2e496c8323a.tar.bz2
Added xlib/ximage.c
Diffstat (limited to 'win')
-rw-r--r--win/makefile.bc1
-rw-r--r--win/makefile.vc3
2 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index f3cc172..a77c0ed 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -93,6 +93,7 @@ XLIBOBJS = \
$(TMPDIR)\xcolors.obj \
$(TMPDIR)\xdraw.obj \
$(TMPDIR)\xgc.obj \
+ $(TMPDIR)\ximage.obj \
$(TMPDIR)\xutil.obj
TKOBJS = \
diff --git a/win/makefile.vc b/win/makefile.vc
index e39b312..b2ea34e 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.10 1998/08/03 15:48:31 escoffon Exp $
+# SCCS: %Z% $Id: makefile.vc,v 1.11 1998/08/06 16:47:10 welch Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -88,6 +88,7 @@ XLIBOBJS = \
$(TMPDIR)\xcolors.obj \
$(TMPDIR)\xdraw.obj \
$(TMPDIR)\xgc.obj \
+ $(TMPDIR)\ximage.obj \
$(TMPDIR)\xutil.obj
TKOBJS = \