<wx-lib>richtext</wx-lib>
<wx-lib>aui</wx-lib>
+ <wx-lib>propgrid</wx-lib>
<wx-lib>stc</wx-lib>
<wx-lib>qa</wx-lib>
<wx-lib>gl</wx-lib>
tag definitions.
-->
<set var="WX_LIB_LIST">
- base core net xml xrc html adv media gl qa aui richtext stc
+ base core net xml xrc html adv media gl qa aui propgrid richtext stc
</set>
<!-- if you define this variable to 0 before including wx presets, the
<debug-info>$(_DEBUGINFO)</debug-info>
</if>
</template>
+
+ <!-- Template for building wx-based GUI applications -->
+ <template id="wxgui" template="wx">
+ <app-type>gui</app-type>
+ </template>
<!-- Template for building wx-based console applications -->
<template id="wxconsole" template="wx">
- <define>wxUSE_GUI=0</define>
<app-type>console</app-type>
</template>
</if>
</define-global-tag>
+
+ <include file="wx_xrc.bkl"/>
+
</makefile>