summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-09-12 15:03:54 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-09-12 15:03:54 +0000
commitc87f48bcf81368d94e7950ba46c62ef929b964e5 (patch)
tree1f736c7f7c3b94a565a7ebba8e4caf1831168eaa /libtiff/Makefile.vc
parentf23dbd10080231a74b16af288cd5749258afa199 (diff)
downloadlibtiff-git-c87f48bcf81368d94e7950ba46c62ef929b964e5.tar.gz
*** empty log message ***
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc5
1 files changed, 4 insertions, 1 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index cf7c29a3..6bb9a040 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.8 2004-08-01 10:37:42 dron Exp $
+# $Id: Makefile.vc,v 1.9 2004-09-12 15:03:54 dron Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
#
@@ -74,6 +74,9 @@ all: libtiff.lib libtiff.dll
tif_config.h:
copy tif_config.h.vc tif_config.h
+tiffconf.h:
+ copy tiffconf.h.vc tiffconf.h
+
libtiff.lib: tif_config.h $(OBJ)
$(AR) /out:libtiff.lib $(OBJ) $(LIBS)