Added tiffcrop utility.
This commit is contained in:
parent
ef833c655f
commit
2ad35de456
@ -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>
|
||||
#
|
||||
@ -28,12 +28,12 @@
|
||||
|
||||
!INCLUDE ..\nmake.opt
|
||||
|
||||
TARGETS = bmp2tiff.exe tiffcp.exe tiffinfo.exe tiffdump.exe \
|
||||
fax2tiff.exe fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \
|
||||
TARGETS = bmp2tiff.exe tiffinfo.exe tiffdump.exe fax2tiff.exe \
|
||||
fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \
|
||||
rgb2ycbcr.exe thumbnail.exe ras2tiff.exe raw2tiff.exe \
|
||||
tiff2bw.exe tiff2rgba.exe tiff2pdf.exe tiff2ps.exe \
|
||||
tiffcmp.exe tiffdither.exe tiffmedian.exe tiffset.exe \
|
||||
tiffsplit.exe
|
||||
tiffcmp.exe tiffcp.exe tiffcrop.exe tiffdither.exe \
|
||||
tiffmedian.exe tiffset.exe tiffsplit.exe
|
||||
|
||||
INCL = -I..\libtiff
|
||||
LIBS = $(LIBS) ..\port\libport.lib ..\libtiff\libtiff.lib
|
||||
|
Loading…
Reference in New Issue
Block a user