From: Václav Slavík Date: Fri, 3 Oct 2003 12:09:36 +0000 (+0000) Subject: use soft links, not hard links for data files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9eb12904922ab97db89ec91f9174e0767c9be19a use soft links, not hard links for data files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 4cf6485105..c8ab8123e3 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -58,8 +58,8 @@ 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 + ln -sf $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc + ln -sf $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns