]> git.saurik.com Git - wxWidgets.git/commitdiff
patches for XPM/TIFF compilation with BC++ from Ricky Gonzales
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Jan 2000 15:37:24 +0000 (15:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Jan 2000 15:37:24 +0000 (15:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/makefile.b32 [new file with mode: 0644]
src/xpm/makefile.b32 [new file with mode: 0644]

diff --git a/src/tiff/makefile.b32 b/src/tiff/makefile.b32
new file mode 100644 (file)
index 0000000..86ce9c9
--- /dev/null
@@ -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 (file)
index 0000000..ef38011
--- /dev/null
@@ -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