diff --git a/tools/Makefile.vc b/tools/Makefile.vc index e0c3fe44..7aba8767 100644 --- a/tools/Makefile.vc +++ b/tools/Makefile.vc @@ -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 # @@ -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