From a0b10e1b6f2bf580f6d1b632fea7cd3e11873abb Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 5 Aug 2008 11:49:26 +0000 Subject: [PATCH] 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 --- build/bakefiles/mac_bundles.bkl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 7d2b0cc4fd..bf52f7634b 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -15,10 +15,10 @@ `echo $(DOLLAR)(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'` - + $(TOP_SRCDIR)src/osx/carbon/Info.plist.in - + $(TOP_SRCDIR)src/osx/carbon/wxmac.icns @@ -59,7 +59,7 @@ ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) - cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns + cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources -- 2.45.2