]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tools/Makefile.vc
Work around missing mode_t definition with ICC.
[wxWidgets.git] / src / tiff / tools / Makefile.vc
index 632afa48669178feb195f4137e08596d6ffde9c8..bf579279a554c7667a9525c0a37a158022501980 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile.vc,v 1.11 2006/03/23 14:54:02 dron Exp $\r
 #\r
 # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>\r
 #\r
 \r
 !INCLUDE ..\nmake.opt\r
 \r
-TARGETS        =       bmp2tiff.exe tiffcp.exe tiffinfo.exe tiffdump.exe \\r
-               fax2tiff.exe fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \\r
+TARGETS        =       bmp2tiff.exe tiffinfo.exe tiffdump.exe fax2tiff.exe \\r
+               fax2ps.exe gif2tiff.exe pal2rgb.exe ppm2tiff.exe \\r
                rgb2ycbcr.exe thumbnail.exe ras2tiff.exe raw2tiff.exe \\r
                tiff2bw.exe tiff2rgba.exe tiff2pdf.exe tiff2ps.exe \\r
-               tiffcmp.exe tiffdither.exe tiffmedian.exe tiffsplit.exe \r
+               tiffcmp.exe tiffcp.exe tiffcrop.exe tiffdither.exe \\r
+               tiffmedian.exe tiffset.exe tiffsplit.exe \r
 \r
-INCL           =       -I..\libtiff\r
+INCL           =       -I..\libtiff -I..\port -DNEED_LIBPORT\r
 LIBS           =       $(LIBS) ..\port\libport.lib ..\libtiff\libtiff.lib\r
 \r
 default:       $(TARGETS)\r
@@ -47,4 +47,5 @@ tiffgt.exe:
 \r
 clean:\r
        -del *.exe\r
+       -del *.exe.manifest\r
        -del *.obj\r