Added tiffcrop utility.

This commit is contained in:
Andrey Kiselev 2007-02-24 15:26:09 +00:00
parent ef833c655f
commit 2ad35de456

View File

@ -1,4 +1,4 @@
# $Id: Makefile.vc,v 1.12 2006-10-13 11:06:07 dron Exp $ # $Id: Makefile.vc,v 1.13 2007-02-24 15:26:09 dron Exp $
# #
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu> # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
# #
@ -28,12 +28,12 @@
!INCLUDE ..\nmake.opt !INCLUDE ..\nmake.opt
TARGETS = bmp2tiff.exe tiffcp.exe tiffinfo.exe tiffdump.exe \ TARGETS = bmp2tiff.exe tiffinfo.exe tiffdump.exe fax2tiff.exe \
fax2tiff.exe fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \ fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \
rgb2ycbcr.exe thumbnail.exe ras2tiff.exe raw2tiff.exe \ rgb2ycbcr.exe thumbnail.exe ras2tiff.exe raw2tiff.exe \
tiff2bw.exe tiff2rgba.exe tiff2pdf.exe tiff2ps.exe \ tiff2bw.exe tiff2rgba.exe tiff2pdf.exe tiff2ps.exe \
tiffcmp.exe tiffdither.exe tiffmedian.exe tiffset.exe \ tiffcmp.exe tiffcp.exe tiffcrop.exe tiffdither.exe \
tiffsplit.exe tiffmedian.exe tiffset.exe tiffsplit.exe
INCL = -I..\libtiff INCL = -I..\libtiff
LIBS = $(LIBS) ..\port\libport.lib ..\libtiff\libtiff.lib LIBS = $(LIBS) ..\port\libport.lib ..\libtiff\libtiff.lib