X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5e7ffcf7af0e444cc8b3d3cfc2e2ca263f411d5..f54debbae5f4089a9c05c22f481f942cde637903:/src/tiff/tools/Makefile.vc diff --git a/src/tiff/tools/Makefile.vc b/src/tiff/tools/Makefile.vc index 632afa4866..bf579279a5 100644 --- a/src/tiff/tools/Makefile.vc +++ b/src/tiff/tools/Makefile.vc @@ -1,4 +1,3 @@ -# $Id: Makefile.vc,v 1.11 2006/03/23 14:54:02 dron Exp $ # # Copyright (C) 2004, Andrey Kiselev # @@ -28,13 +27,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 +47,5 @@ tiffgt.exe: clean: -del *.exe + -del *.exe.manifest -del *.obj