X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5e7ffcf7af0e444cc8b3d3cfc2e2ca263f411d5..87b621a5b737c09cef079bb4a9ef53be132d2ce0:/src/tiff/tools/Makefile.vc?ds=sidebyside diff --git a/src/tiff/tools/Makefile.vc b/src/tiff/tools/Makefile.vc index 632afa4866..cddf9cf0b8 100644 --- a/src/tiff/tools/Makefile.vc +++ b/src/tiff/tools/Makefile.vc @@ -1,4 +1,4 @@ -# $Id: Makefile.vc,v 1.11 2006/03/23 14:54:02 dron Exp $ +# $Id: Makefile.vc,v 1.15 2009-01-22 20:53:07 fwarmerdam Exp $ # # Copyright (C) 2004, Andrey Kiselev # @@ -28,13 +28,14 @@ !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 tiffsplit.exe + tiffcmp.exe tiffcp.exe tiffcrop.exe tiffdither.exe \ + tiffmedian.exe tiffset.exe tiffsplit.exe -INCL = -I..\libtiff +INCL = -I..\libtiff -I..\port -DNEED_LIBPORT LIBS = $(LIBS) ..\port\libport.lib ..\libtiff\libtiff.lib default: $(TARGETS) @@ -47,4 +48,5 @@ tiffgt.exe: clean: -del *.exe + -del *.exe.manifest -del *.obj