summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-19 02:31:04 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-19 02:31:04 +0000
commit8ba4a1c8946016d6b82d854d6fbcdc7ed9d0e513 (patch)
tree1126eeea753ab891c8d5ff82ef0f097e79024489 /libtiff/Makefile.vc
parenta0e1185771f502b81ba07b1ec3b25ea56a6de114 (diff)
downloadlibtiff-git-8ba4a1c8946016d6b82d854d6fbcdc7ed9d0e513.tar.gz
Support large files under Windows using tif_unix.c and libtiff tools.
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index 42792ba1..b7309154 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.22 2009-06-23 18:25:43 fwarmerdam Exp $
+# $Id: Makefile.vc,v 1.23 2015-08-19 02:31:04 bfriesen Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
#
@@ -87,11 +87,11 @@ 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)
+ $(AR) /out:libtiff.lib ..\port\libport.lib $(OBJ) $(LIBS)
$(DLLNAME): tif_config.h tiffconf.h libtiff.def $(OBJ)
$(LD) /debug /dll /def:libtiff.def /out:$(DLLNAME) \
- /implib:libtiff_i.lib $(OBJ) $(LIBS)
+ /implib:libtiff_i.lib ..\port\libport.lib $(OBJ) $(LIBS)
clean:
-del tif_config.h tiffconf.h