5 <set var=
"UNICODE_DEFINE">
6 <if cond=
"FORMAT!='autoconf' and UNICODE=='1'">_UNICODE
</if>
9 <set var=
"UNICOWS_LIB">
10 <if cond=
"MSLU=='1'">unicows
</if>
13 <define-tag name=
"msvc-headers" rules=
"dll,lib">
14 <if cond=
"FORMAT=='msvc6prj'">
16 $(addPrefixToList('include\', wxwin.headersOnly(value)))
21 <define-tag name=
"msvc-copy-setup-h" rules=
"dll,lib">
22 <if cond=
"FORMAT=='msvc6prj'">
23 <msvc-headers>wx/msw/setup.h
</msvc-headers>
24 <set var=
"__custom_build_files" append=
"1">
25 include\wx\msw\setup.h
27 <set var=
"__custom_build_include_wx_msw_setup_h">
28 Creating $(SETUPHDIR)\wx\setup.h
29 InputPath=..\include\wx\msw\setup.h
31 "$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)"
32 $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
37 <if cond=
"FORMAT=='autoconf'">
38 <option name=
"wxUSE_REGEX"/>
40 <if cond=
"FORMAT!='autoconf'">
41 <set var=
"wxUSE_REGEX">builtin
</set>
44 <if cond=
"wxUSE_REGEX=='builtin'">wxregex$(WXDEBUGFLAG)$(HOST_SUFFIX)
</if>
47 <if cond=
"wxUSE_REGEX=='builtin'">$(TOP_SRCDIR)src/regex
</if>
50 <lib id=
"wxregex" template=
"3rdparty_lib"
51 cond=
"wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
52 <include cond=
"FORMAT!='autoconf'">$(TOP_SRCDIR)include
</include>
53 <include cond=
"FORMAT!='autoconf'">$(SETUPHDIR)
</include>
54 <define>$(UNICODE_DEFINE)
</define>
55 <dirname>$(LIBDIRNAME)
</dirname>
56 <cflags-borland>-w-
8004 -w-
8012 -w-
8057 -w-
8066</cflags-borland>