| 1 | |
| 2 | !if "$(FINAL)" == "1" |
| 3 | LIBTARGET=$(WXDIR)\lib\tiff.lib |
| 4 | !else if "$(FINAL)" == "hybrid" |
| 5 | LIBTARGET=$(WXDIR)\lib\tiffh.lib |
| 6 | !else |
| 7 | LIBTARGET=$(WXDIR)\lib\tiffd.lib |
| 8 | !endif |
| 9 | |
| 10 | OBJECTS= \ |
| 11 | $D\tif_aux.obj \ |
| 12 | $D\tif_close.obj \ |
| 13 | $D\tif_codec.obj \ |
| 14 | $D\tif_compress.obj \ |
| 15 | $D\tif_dir.obj \ |
| 16 | $D\tif_dirinfo.obj \ |
| 17 | $D\tif_dirread.obj \ |
| 18 | $D\tif_dirwrite.obj \ |
| 19 | $D\tif_dumpmode.obj \ |
| 20 | $D\tif_error.obj \ |
| 21 | $D\tif_fax3.obj \ |
| 22 | $D\tif_fax3sm.obj \ |
| 23 | $D\tif_flush.obj \ |
| 24 | $D\tif_getimage.obj \ |
| 25 | $D\tif_jpeg.obj \ |
| 26 | $D\tif_luv.obj \ |
| 27 | $D\tif_lzw.obj \ |
| 28 | $D\tif_next.obj \ |
| 29 | $D\tif_open.obj \ |
| 30 | $D\tif_packbits.obj \ |
| 31 | $D\tif_pixarlog.obj \ |
| 32 | $D\tif_predict.obj \ |
| 33 | $D\tif_print.obj \ |
| 34 | $D\tif_read.obj \ |
| 35 | $D\tif_strip.obj \ |
| 36 | $D\tif_swab.obj \ |
| 37 | $D\tif_thunder.obj \ |
| 38 | $D\tif_tile.obj \ |
| 39 | $D\tif_version.obj \ |
| 40 | $D\tif_warning.obj \ |
| 41 | $D\tif_win32.obj \ |
| 42 | $D\tif_write.obj \ |
| 43 | $D\tif_zip.obj \ |
| 44 | |
| 45 | |
| 46 | |
| 47 | # Pull in standard variable definitions |
| 48 | |
| 49 | !include ..\makelib.vc |
| 50 | |