]> git.saurik.com Git - wxWidgets.git/commitdiff
use soft links, not hard links for data files
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 3 Oct 2003 12:09:36 +0000 (12:09 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 3 Oct 2003 12:09:36 +0000 (12:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/mac_bundles.bkl

index 4cf6485105b20b39bc82d4473b23f98b80e0a344..c8ab8123e3f8baa05c865aa587b176b0ad391463 100644 (file)
@@ -58,8 +58,8 @@
                 ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
 
                 <!-- ditto wxWindows resources and icons: -->
-                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
             </command>            
         </modify-target>