<if cond="FORMAT=='autoconf'">
<set var="MACOSX_RESOURCES">
<if cond="TOOLKIT=='MAC'">
- Carbon.r $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).r sample.r
+ Carbon.r sample.r
</if>
</set>
</if>
<template id="wx_util_console" template="wx_util_b">
<app-type>console</app-type>
+ <define>wxUSE_GUI=0</define>
</template>
<template id="wx_sample" template="wx_util">