X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ea6dbbfff67d1dfad08044ab721ba56425ef6e1..3fc306e9c311ecd1d1f74b6cab0165cf86339fab:/src/tiff/makefile.vc diff --git a/src/tiff/makefile.vc b/src/tiff/makefile.vc index 12dbe1ea62..deae39c8d1 100644 --- a/src/tiff/makefile.vc +++ b/src/tiff/makefile.vc @@ -1,41 +1,46 @@ - +!if "$(FINAL)" == "1" LIBTARGET=$(WXDIR)\lib\tiff.lib +!else if "$(FINAL)" == "hybrid" +LIBTARGET=$(WXDIR)\lib\tiffh.lib +!else +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 \