resources must be copied, cannot be symlinked

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-04-14 16:00:01 +00:00
parent 570384d865
commit 6919b35eb4

View File

@ -58,8 +58,8 @@
ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
<!-- ditto wxWindows resources and icons: -->
ln -sf $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc
ln -sf $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns
cp -f $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc
cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns
</command>
</modify-target>