580ac8cb57
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
29 lines
764 B
XML
29 lines
764 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
<option name="wxUSE_REGEX"/>
|
|
</if>
|
|
<if cond="FORMAT!='autoconf'">
|
|
<set var="wxUSE_REGEX">builtin</set>
|
|
</if>
|
|
<set var="LIB_REGEX">
|
|
<if cond="wxUSE_REGEX=='builtin'">wxregex$(WXDEBUGFLAG)</if>
|
|
</set>
|
|
<set var="INC_REGEX">
|
|
<if cond="wxUSE_REGEX=='builtin'">$(TOP_SRCDIR)src/regex</if>
|
|
</set>
|
|
|
|
<lib id="wxregex" template="3rdparty_lib"
|
|
cond="wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
|
|
<dirname>$(LIBDIRNAME)</dirname>
|
|
<sources>
|
|
src/regex/regcomp.c
|
|
src/regex/regexec.c
|
|
src/regex/regerror.c
|
|
src/regex/regfree.c
|
|
</sources>
|
|
</lib>
|
|
|
|
</makefile>
|