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.vc | |
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.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 9c1509e..32d353f 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.123 2008/06/13 05:46:09 mistachkin Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.124 2008/08/25 11:44:04 dkf Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -323,6 +323,7 @@ TKOBJS = \ $(TMP_DIR)\tkImgGIF.obj \ $(TMP_DIR)\tkImgPPM.obj \ $(TMP_DIR)\tkImgPhoto.obj \ + $(TMP_DIR)\tkImgPhInstance.obj \ $(TMP_DIR)\tkImgUtil.obj \ $(TMP_DIR)\tkListbox.obj \ $(TMP_DIR)\tkMacWinMenu.obj \ |