5 Presents for building wxWidgets applications.
13 <!-- this is just a wrapper that includes the real implementation: -->
15 <set var=
"__wx_included_impl">0</set>
17 <if cond=
"FORMAT in ['autoconf','gnu']">
18 <include file=
"wx_unix.bkl"/>
19 <set var=
"__wx_included_impl">1</set>
22 <if cond=
"FORMAT!='autoconf' and PLATFORM_WIN32=='1'">
23 <include file=
"wx_win32.bkl"/>
24 <set var=
"__wx_included_impl">1</set>
27 <if cond=
"__wx_included_impl=='0'">
28 <error>This format is not (yet) supported by wx preset.
</error>