From: George Tasker Date: Tue, 16 Jan 2001 10:55:52 +0000 (+0000) Subject: Swapped the directory seperator from / to \ for VC makefile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f4764b9ab2dc80058dd7f881783503452f26c9e5 Swapped the directory seperator from / to \ for VC makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/tiff/makefile.vc b/src/tiff/makefile.vc index 1d43133aa8..deae39c8d1 100644 --- a/src/tiff/makefile.vc +++ b/src/tiff/makefile.vc @@ -8,39 +8,39 @@ LIBTARGET=$(WXDIR)\lib\tiffd.lib !endif OBJECTS= \ - $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 \ + $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 \