git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59506
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<!-- PkgInfo: -->
echo -n "APPL????" >$(BUNDLE)/PkgInfo
<!-- PkgInfo: -->
echo -n "APPL????" >$(BUNDLE)/PkgInfo
- <!-- make a hardlink to the binary: -->
- ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
+ <!-- move the binary: -->
+ mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
<!-- copy the application icon: -->
cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns
<!-- copy the application icon: -->
cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns