summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-11-12 13:05:35 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-11-12 13:05:35 +0000
commit315f773c52e26fd8f7030257ccd849bffd4a7c3a (patch)
treeebe632e0c47834aac4cec87aa10d7bac8a30af04 /libtiff/Makefile.vc
parent078099ab9cd511d64f7236bd58763327ff84063e (diff)
downloadlibtiff-git-315f773c52e26fd8f7030257ccd849bffd4a7c3a.tar.gz
Add stream.cxx to sources list.
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index 6bb9a040..843a59df 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.9 2004-09-12 15:03:54 dron Exp $
+# $Id: Makefile.vc,v 1.10 2004-11-12 13:05:35 dron Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
#
@@ -59,6 +59,7 @@ OBJ = \
tif_predict.obj \
tif_print.obj \
tif_read.obj \
+ tif_stream.obj \
tif_swab.obj \
tif_strip.obj \
tif_thunder.obj \