diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-08-25 11:44:01 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-08-25 11:44:01 (GMT) |
commit | 1824c509c0cd2495e80d8bb3e7bba667f24743b1 (patch) | |
tree | 66d55579b3e8cbfa2e07d8b09a73795f0a08b87f /win/makefile.bc | |
parent | 7d3f77fe14584ff5ccd284072e19243a7d5fd4d2 (diff) | |
download | tk-1824c509c0cd2495e80d8bb3e7bba667f24743b1.zip tk-1824c509c0cd2495e80d8bb3e7bba667f24743b1.tar.gz tk-1824c509c0cd2495e80d8bb3e7bba667f24743b1.tar.bz2 |
Split the photo image core into two pieces to make it easier to maintain.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 3575582..cf490f2 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -13,7 +13,7 @@ # Copyright (c) 1995-1997 Sun Microsystems, Inc. # Copyright (c) 1998-2000 Ajuba Solutions. # -# RCS: @(#) $Id: makefile.bc,v 1.15 2008/04/02 04:30:44 dgp Exp $ +# RCS: @(#) $Id: makefile.bc,v 1.16 2008/08/25 11:44:04 dkf Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -196,6 +196,7 @@ TKOBJS = \ $(TMPDIR)\tkImgGIF.obj \ $(TMPDIR)\tkImgPPM.obj \ $(TMPDIR)\tkImgPhoto.obj \ + $(TMPDIR)\tkImgPhInstance.obj \ $(TMPDIR)\tkImgUtil.obj \ $(TMPDIR)\tkListbox.obj \ $(TMPDIR)\tkMacWinMenu.obj \ |