X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b64608901aa9e5ae3d3d6a59daccc77b3119b53b..fe6b1b853aaa900356d12f69e8e3d84467221f4c:/build/bakefiles/mac_bundles.bkl diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 18db51bfa0..8f417165eb 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -15,12 +15,13 @@ `echo $(DOLLAR)(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'` - - $(TOP_SRCDIR)src/mac/carbon/Info.plist.in + + $(TOP_SRCDIR)src/osx/carbon/Info.plist.in - - $(TOP_SRCDIR)src/mac/carbon/wxmac.icns + + $(TOP_SRCDIR)src/osx/carbon/wxmac.icns + @@ -28,7 +29,11 @@ $(id).app/Contents $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo $(BUNDLE)/PkgInfo @@ -38,7 +43,8 @@ $(id) $(BUNDLE_PLIST) - $(BUNDLE_ICONS) + $(BUNDLE_ICON) + $(BUNDLE_RESOURCES) @@ -58,9 +64,16 @@ ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) - - cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns - + + cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns + + + + + cp -f $(BUNDLE_RESOURCES) $(BUNDLE)/Resources + + +