<!-- Template for wxWidgets samples: -->
<!-- =============================================================== -->
+ <set var="WX_ENABLE_PRECOMP_HEADERS">0</set>
+
<set var="DLLFLAG">
<if cond="SHARED=='1'">WXUSINGDLL</if>
</set>
<!-- FIXME: temporary, until bakefile can reuse existing pch files -->
<if cond="FORMAT!='autoconf'">
- <if cond="WX_ENABLE_PRECOMP_HEADERS!='1'">
+ <if cond="WX_ENABLE_PRECOMP_HEADERS=='0'">
<define>NOPCH</define>
</if>
</if>
<if cond="FORMAT=='autoconf'">
<wx-mac-app-bundle/>
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
- <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
</if>
</template>
<template id="wx_sample_console" template="wx_util_console">
<if cond="FORMAT=='autoconf'">
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
- <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
</if>
</template>