diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index bf52f7634b..647035546c 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -18,9 +18,10 @@ $(TOP_SRCDIR)src/osx/carbon/Info.plist.in - + $(TOP_SRCDIR)src/osx/carbon/wxmac.icns + @@ -38,7 +39,8 @@ $(id) $(BUNDLE_PLIST) - $(BUNDLE_ICONS) + $(BUNDLE_ICON) + $(BUNDLE_RESOURCES) @@ -58,9 +60,16 @@ ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) - - cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources - + + cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns + + + + + cp -f $(BUNDLE_RESOURCES) $(BUNDLE)/Resources + + + diff --git a/samples/docview/Info.plist.in b/samples/docview/Info.plist.in index 95180eada6..1a8f2e4a6e 100644 --- a/samples/docview/Info.plist.in +++ b/samples/docview/Info.plist.in @@ -62,7 +62,7 @@ CFBundleExecutable EXECUTABLE CFBundleIconFile - doc.icns + wxmac.icns CFBundleName EXECUTABLE CFBundlePackageType diff --git a/samples/docview/docview.bkl b/samples/docview/docview.bkl index 1edbffd24f..fc54024b4a 100644 --- a/samples/docview/docview.bkl +++ b/samples/docview/docview.bkl @@ -2,7 +2,8 @@ $(SRCDIR)/Info.plist.in - $(SRCDIR)/chart.icns $(SRCDIR)/doc.icns $(SRCDIR)/notepad.icns + $(SRCDIR)/doc.icns + $(SRCDIR)/chart.icns $(SRCDIR)/notepad.icns @@ -11,7 +12,6 @@ core base docview.rc - chart.r doc.r docview.r mondrian.r