a69544bf4d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 lines
899 B
XML
30 lines
899 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
<option name="wxUSE_EXPAT"/>
|
|
</if>
|
|
<if cond="FORMAT!='autoconf'">
|
|
<set var="wxUSE_EXPAT">builtin</set>
|
|
</if>
|
|
<set var="LIB_EXPAT">
|
|
<if cond="wxUSE_EXPAT=='builtin'">wxexpat$(WXDEBUGFLAG)$(HOST_SUFFIX)</if>
|
|
</set>
|
|
<set var="INC_EXPAT">
|
|
<if cond="wxUSE_EXPAT=='builtin'">$(TOP_SRCDIR)src/expat/lib</if>
|
|
</set>
|
|
|
|
<lib id="wxexpat" template="3rdparty_lib"
|
|
cond="wxUSE_EXPAT=='builtin' and BUILDING_LIB=='1'">
|
|
<dirname>$(LIBDIRNAME)</dirname>
|
|
<include cond="FORMAT!='autoconf'">$(LIBDIRNAME)</include>
|
|
<include cond="FORMAT=='autoconf'">$(BUILDDIR)/src/expat</include>
|
|
<sources>
|
|
src/expat/lib/xmlparse.c
|
|
src/expat/lib/xmlrole.c
|
|
src/expat/lib/xmltok.c
|
|
</sources>
|
|
</lib>
|
|
|
|
</makefile>
|