From b24e8265edd6f76588dbc55da76eea20ef5142b8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 24 Jan 2000 15:37:24 +0000 Subject: [PATCH] patches for XPM/TIFF compilation with BC++ from Ricky Gonzales git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/makefile.b32 | 44 +++++++++++++++++++++++++++++++++++++++++++ src/xpm/makefile.b32 | 11 +++++++++++ 2 files changed, 55 insertions(+) create mode 100644 src/tiff/makefile.b32 create mode 100644 src/xpm/makefile.b32 diff --git a/src/tiff/makefile.b32 b/src/tiff/makefile.b32 new file mode 100644 index 0000000000..86ce9c9b15 --- /dev/null +++ b/src/tiff/makefile.b32 @@ -0,0 +1,44 @@ + +LIBTARGET=$(WXDIR)\lib\tiff.lib + +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 \ + + + +# Pull in standard variable definitions + +!include ..\makelib.b32 + diff --git a/src/xpm/makefile.b32 b/src/xpm/makefile.b32 new file mode 100644 index 0000000000..ef38011590 --- /dev/null +++ b/src/xpm/makefile.b32 @@ -0,0 +1,11 @@ +# Makefile for xpm +# Borland C++ + + +LIBTARGET=$(WXDIR)\lib\xpm.lib + +OBJECTS = crbuffri.obj crdatfri.obj create.obj crifrbuf.obj crifrdat.obj\ + data.obj hashtab.obj misc.obj parse.obj rdftodat.obj rdftoi.obj\ + rgb.obj scan.obj simx.obj wrffrdat.obj wrffrp.obj wrffri.obj + +!include $(WXWIN)\src\makelib.b32 -- 2.47.2