5 Presets for building wxWidgets applications.
13 <!-- this variable identifies the version of the wx presets.
14 this is changed only when major changes to wxpresets take place. -->
15 <set var=
"WX_PRESETS_VERSION">2</set>
17 <!-- this is just a wrapper that includes the real implementation: -->
19 <set var=
"__wx_included_impl">0</set>
21 <if cond=
"FORMAT in ['autoconf','gnu']">
22 <include file=
"wx_unix.bkl"/>
23 <set var=
"__wx_included_impl">1</set>
26 <if cond=
"FORMAT!='autoconf' and PLATFORM_WIN32=='1'">
27 <include file=
"wx_win32.bkl"/>
28 <set var=
"__wx_included_impl">1</set>
31 <if cond=
"__wx_included_impl=='0'">
32 <error>This format is not (yet) supported by wx preset.
</error>