2003-06-23 15:50:43 -04:00
|
|
|
<?xml version="1.0" ?>
|
2004-02-01 07:19:07 -05:00
|
|
|
<!-- $Id$ -->
|
2003-06-23 15:50:43 -04:00
|
|
|
<makefile>
|
|
|
|
|
2004-02-01 07:17:15 -05:00
|
|
|
<set var="UNICODE_DEFINE">
|
|
|
|
<if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
|
|
|
|
</set>
|
|
|
|
|
|
|
|
<set var="UNICOWS_LIB">
|
|
|
|
<if cond="MSLU=='1'">unicows</if>
|
|
|
|
</set>
|
|
|
|
|
|
|
|
<define-tag name="msvc-headers" rules="dll,lib">
|
|
|
|
<if cond="FORMAT=='msvc6prj'">
|
|
|
|
<msvc-project-files>
|
|
|
|
$(addPrefixToList('include\', wxwin.headersOnly(value)))
|
|
|
|
</msvc-project-files>
|
|
|
|
</if>
|
|
|
|
</define-tag>
|
|
|
|
|
|
|
|
<define-tag name="msvc-copy-setup-h" rules="dll,lib">
|
|
|
|
<if cond="FORMAT=='msvc6prj'">
|
|
|
|
<msvc-headers>wx/msw/setup.h</msvc-headers>
|
|
|
|
<set var="__custom_build_files" append="1">
|
|
|
|
include\wx\msw\setup.h
|
|
|
|
</set>
|
|
|
|
<set var="__custom_build_include_wx_msw_setup_h">
|
|
|
|
Creating $(SETUPHDIR)\wx\setup.h
|
|
|
|
InputPath=..\include\wx\msw\setup.h
|
|
|
|
|
|
|
|
"$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)"
|
|
|
|
$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
|
|
|
|
</set>
|
|
|
|
</if>
|
|
|
|
</define-tag>
|
|
|
|
|
2003-06-23 15:50:43 -04:00
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
|
|
<option name="wxUSE_REGEX"/>
|
|
|
|
</if>
|
|
|
|
<if cond="FORMAT!='autoconf'">
|
|
|
|
<set var="wxUSE_REGEX">builtin</set>
|
|
|
|
</if>
|
|
|
|
<set var="LIB_REGEX">
|
2003-07-17 10:13:32 -04:00
|
|
|
<if cond="wxUSE_REGEX=='builtin'">wxregex$(WXDEBUGFLAG)$(HOST_SUFFIX)</if>
|
2003-06-23 15:50:43 -04:00
|
|
|
</set>
|
2003-06-27 09:25:11 -04:00
|
|
|
<set var="INC_REGEX">
|
2003-07-01 08:53:02 -04:00
|
|
|
<if cond="wxUSE_REGEX=='builtin'">$(TOP_SRCDIR)src/regex</if>
|
2003-06-27 09:25:11 -04:00
|
|
|
</set>
|
2003-06-23 15:50:43 -04:00
|
|
|
|
2003-06-27 17:29:07 -04:00
|
|
|
<lib id="wxregex" template="3rdparty_lib"
|
2003-06-27 09:25:11 -04:00
|
|
|
cond="wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
|
2003-12-18 05:42:09 -05:00
|
|
|
<include cond="FORMAT!='autoconf'">$(TOP_SRCDIR)include</include>
|
|
|
|
<include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
|
2003-12-30 18:19:40 -05:00
|
|
|
<define>$(UNICODE_DEFINE)</define>
|
2003-06-23 15:50:43 -04:00
|
|
|
<dirname>$(LIBDIRNAME)</dirname>
|
2004-01-19 05:30:38 -05:00
|
|
|
<cflags-borland>-w-8004 -w-8012 -w-8057 -w-8066</cflags-borland>
|
2003-06-23 15:50:43 -04:00
|
|
|
<sources>
|
|
|
|
src/regex/regcomp.c
|
|
|
|
src/regex/regexec.c
|
|
|
|
src/regex/regerror.c
|
|
|
|
src/regex/regfree.c
|
|
|
|
</sources>
|
|
|
|
</lib>
|
|
|
|
|
|
|
|
</makefile>
|