X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/425c0d76be2f47b66f300014446e437531c605c2..1a2df6a75b3d96b35e29b1cf392758cbeeef93e0:/build/bakefiles/mac_bundles.bkl diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 586c72f229..8e4527cd12 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -4,7 +4,7 @@ $(id).app/Contents - - - + $(BUNDLE)/PkgInfo + + + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + $(BUNDLE)/PkgInfo + + + + $(id) $(BUNDLE_PLIST) - $(BUNDLE_RESOURCE) - $(BUNDLE_ICONS) + $(BUNDLE_ICON) + $(BUNDLE_RESOURCES) @@ -53,21 +61,27 @@ echo -n "APPL????" >$(BUNDLE)/PkgInfo - + ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) - - ln -f $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc - ln -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns - + + cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns + + + + + cp -f $(BUNDLE_RESOURCES) $(BUNDLE)/Resources + + + + cond="target and PLATFORM_MACOSX=='1'"/> all - $(BUNDLE) + $(BUNDLE_TGT_REF)