Generate Mac bundle for helpview

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-03-30 11:32:39 +00:00
parent f7570f5771
commit 1fc1bbfc68
2 changed files with 40 additions and 3 deletions

View File

@@ -6,6 +6,11 @@
<include file="../../../build/bakefiles/common_samples.bkl"/>
<exe id="helpview" template="wx_util" template_append="wx_append">
<if cond="FORMAT=='autoconf'">
<wx-mac-app-bundle/>
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
<postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
</if>
<sources>
helpview.cpp
</sources>