adding support for overwrites from project bkls for info.plist files and custom icons following directions from Vaclav
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6d9b671692
commit
a0b10e1b6f
@ -15,10 +15,10 @@
|
||||
`echo $(DOLLAR)(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`
|
||||
</set>
|
||||
|
||||
<set var="BUNDLE_PLIST">
|
||||
<set var="BUNDLE_PLIST" overwrite="0">
|
||||
$(TOP_SRCDIR)src/osx/carbon/Info.plist.in
|
||||
</set>
|
||||
<set var="BUNDLE_ICONS">
|
||||
<set var="BUNDLE_ICONS" overwrite="0">
|
||||
$(TOP_SRCDIR)src/osx/carbon/wxmac.icns
|
||||
</set>
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
|
||||
|
||||
<!-- ditto wxWidgets resources and icons: -->
|
||||
cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns
|
||||
cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources
|
||||
</command>
|
||||
</modify-target>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user