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
This commit is contained in:
parent
57e7d4ac1b
commit
9eb1290492
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user