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
This commit is contained in:
parent
af7c105256
commit
b24e8265ed
44
src/tiff/makefile.b32
Normal file
44
src/tiff/makefile.b32
Normal file
@ -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
|
||||
|
11
src/xpm/makefile.b32
Normal file
11
src/xpm/makefile.b32
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user