git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
# Makefile for xpm
|
|
# Borland C++
|
|
|
|
|
|
LIBTARGET=$(WXDIR)\lib\xpm.lib
|
|
|
|
OBJECTS = attrib.obj crbuffri.obj crdatfri.obj create.obj crifrbuf.obj crifrdat.obj\
|
|
data.obj image.obj info.obj hashtab.obj misc.obj parse.obj\
|
|
rdftodat.obj rdftoi.obj rgb.obj scan.obj simx.obj wrffrdat.obj wrffri.obj
|
|
|
|
!include $(WXWIN)\src\makelib.bcc
|