X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f641dada6429d58d954234ca1abc770e7bee7721..949cb163a78520153dbdb3cd2e2dbaab075be9ca:/src/tiff/makefile.vc diff --git a/src/tiff/makefile.vc b/src/tiff/makefile.vc index 6def8f7c50..deae39c8d1 100644 --- a/src/tiff/makefile.vc +++ b/src/tiff/makefile.vc @@ -8,39 +8,39 @@ LIBTARGET=$(WXDIR)\lib\tiffd.lib !endif OBJECTS= \ - tif_aux.obj \ - tif_close.obj \ - tif_codec.obj \ - tif_compress.obj \ - tif_dir.obj \ - tif_dirinfo.obj \ - tif_dirread.obj \ - tif_dirwrite.obj \ - tif_dumpmode.obj \ - tif_error.obj \ - tif_fax3.obj \ - tif_fax3sm.obj \ - tif_flush.obj \ - tif_getimage.obj \ - tif_jpeg.obj \ - tif_luv.obj \ - tif_lzw.obj \ - tif_next.obj \ - tif_open.obj \ - tif_packbits.obj \ - tif_pixarlog.obj \ - tif_predict.obj \ - tif_print.obj \ - tif_read.obj \ - tif_strip.obj \ - tif_swab.obj \ - tif_thunder.obj \ - tif_tile.obj \ - tif_version.obj \ - tif_warning.obj \ - tif_win32.obj \ - tif_write.obj \ - tif_zip.obj \ + $D\tif_aux.obj \ + $D\tif_close.obj \ + $D\tif_codec.obj \ + $D\tif_compress.obj \ + $D\tif_dir.obj \ + $D\tif_dirinfo.obj \ + $D\tif_dirread.obj \ + $D\tif_dirwrite.obj \ + $D\tif_dumpmode.obj \ + $D\tif_error.obj \ + $D\tif_fax3.obj \ + $D\tif_fax3sm.obj \ + $D\tif_flush.obj \ + $D\tif_getimage.obj \ + $D\tif_jpeg.obj \ + $D\tif_luv.obj \ + $D\tif_lzw.obj \ + $D\tif_next.obj \ + $D\tif_open.obj \ + $D\tif_packbits.obj \ + $D\tif_pixarlog.obj \ + $D\tif_predict.obj \ + $D\tif_print.obj \ + $D\tif_read.obj \ + $D\tif_strip.obj \ + $D\tif_swab.obj \ + $D\tif_thunder.obj \ + $D\tif_tile.obj \ + $D\tif_version.obj \ + $D\tif_warning.obj \ + $D\tif_win32.obj \ + $D\tif_write.obj \ + $D\tif_zip.obj \