diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 13:08:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 13:08:38 (GMT) |
commit | 8d016bba7fbe3606e397d48384c83f273ce18c04 (patch) | |
tree | d14761b98a51d9beff989e0b397105a7f630855d /win/makefile.vc | |
parent | 524849f8a339db0114288b50f88c5ffa24415c9a (diff) | |
download | tk-8d016bba7fbe3606e397d48384c83f273ce18c04.zip tk-8d016bba7fbe3606e397d48384c83f273ce18c04.tar.gz tk-8d016bba7fbe3606e397d48384c83f273ce18c04.tar.bz2 |
Implementation of TIP #244, PNG image support.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 0d3d374..9cf8bdb 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -13,7 +13,7 @@ # Copyright (c) 2003-2008 Pat Thoyts. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.126 2008/10/19 21:22:36 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.127 2008/12/28 13:08:39 dkf Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -322,6 +322,7 @@ TKOBJS = \ $(TMP_DIR)\tkImage.obj \ $(TMP_DIR)\tkImgBmap.obj \ $(TMP_DIR)\tkImgGIF.obj \ + $(TMP_DIR)\tkImgPNG.obj \ $(TMP_DIR)\tkImgPPM.obj \ $(TMP_DIR)\tkImgPhoto.obj \ $(TMP_DIR)\tkImgPhInstance.obj \ |