diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-25 11:44:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-25 11:44:01 (GMT) |
commit | ff6b265906d93fd7c16d9401b03a8a52a380a281 (patch) | |
tree | 66d55579b3e8cbfa2e07d8b09a73795f0a08b87f /win/Makefile.in | |
parent | c56c373d2d86786d9f354d45144b1900dcd63304 (diff) | |
download | tk-ff6b265906d93fd7c16d9401b03a8a52a380a281.zip tk-ff6b265906d93fd7c16d9401b03a8a52a380a281.tar.gz tk-ff6b265906d93fd7c16d9401b03a8a52a380a281.tar.bz2 |
Split the photo image core into two pieces to make it easier to maintain.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 96343c3..4d94162 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.79 2008/04/02 04:30:42 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.80 2008/08/25 11:44:04 dkf Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -315,6 +315,7 @@ TK_OBJS = \ tkImgGIF.$(OBJEXT) \ tkImgPPM.$(OBJEXT) \ tkImgPhoto.$(OBJEXT) \ + tkImgPhInstance.$(OBJEXT) \ tkImgUtil.$(OBJEXT) \ tkListbox.$(OBJEXT) \ tkMacWinMenu.$(OBJEXT) \ |