summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2006-09-20 13:34:16 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2006-09-20 13:34:16 +0000
commit649b74d9d62f359740a2c81d158cbb5d4dff6449 (patch)
treeccdb1e324918b01ef7cb6a52f9e8c43294df1c42 /libtiff/Makefile.vc
parent01e076865e05bd0090c3e9b1dbd201f668ac506f (diff)
downloadlibtiff-git-649b74d9d62f359740a2c81d158cbb5d4dff6449.tar.gz
rename .h.vc to .vc.h
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index 59113a67..55658fc7 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.16 2006-06-07 15:39:03 dron Exp $
+# $Id: Makefile.vc,v 1.17 2006-09-20 13:34:16 fwarmerdam Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
#
@@ -80,11 +80,11 @@ OBJ = \
all: libtiff.lib $(DLLNAME)
-tif_config.h: tif_config.h.vc
- copy tif_config.h.vc tif_config.h
+tif_config.h: tif_config.vc.h
+ copy tif_config.vc.h tif_config.h
-tiffconf.h: tiffconf.h.vc
- copy tiffconf.h.vc tiffconf.h
+tiffconf.h: tiffconf.vc.h
+ copy tiffconf.vc.h tiffconf.h
libtiff.lib: tif_config.h tiffconf.h $(OBJ)
$(AR) /out:libtiff.lib $(OBJ) $(LIBS)