]> git.saurik.com Git - wxWidgets.git/commitdiff
resources must be copied, cannot be symlinked
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 14 Apr 2004 16:00:01 +0000 (16:00 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 14 Apr 2004 16:00:01 +0000 (16:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/mac_bundles.bkl

index 91567f48ed085310fc926c0064695b3d3dc7ad2a..ca4441b8f6df8b8dbdbcfe85e1de0eae44eae224 100644 (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>