git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
51 lines
953 B
Plaintext
51 lines
953 B
Plaintext
|
|
!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= \
|
|
$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 \
|
|
|
|
|
|
|
|
# Pull in standard variable definitions
|
|
|
|
!include ..\makelib.vc
|
|
|