tiffset.exe added to the list of utilities to be build.
This commit is contained in:
parent
e04a08ec2e
commit
c905dc9878
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.vc,v 1.11 2006-03-23 14:54:02 dron Exp $
|
# $Id: Makefile.vc,v 1.12 2006-10-13 11:06:07 dron Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
|
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
|
||||||
#
|
#
|
||||||
@ -32,7 +32,8 @@ TARGETS = bmp2tiff.exe tiffcp.exe tiffinfo.exe tiffdump.exe \
|
|||||||
fax2tiff.exe fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \
|
fax2tiff.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 tiffsplit.exe
|
tiffcmp.exe tiffdither.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
|
||||||
|
Loading…
Reference in New Issue
Block a user