diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-21 19:41:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-21 19:41:20 +0000 |
commit | 256a210596db72b3ece7757833b663d7099b6588 (patch) | |
tree | 0a4db9a31715c24875e06620183b7a4c0df595a7 /packages | |
parent | 80e12dcf49fa88c5bde498bf99f5fa08fea41609 (diff) |
remove the rsrc file stuff since its been deprecated since Mac OS X 10.4 and is no longer included in Mac OS X 10.6
svn path=/trunk/; revision=13058
Diffstat (limited to 'packages')
-rw-r--r-- | packages/darwin_app/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 5e8d68de..98bd6a15 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -81,9 +81,6 @@ darwin_app_wrapper: Info.plist install -m0755 -p \ "$(WISH_CONTENTS)/MacOS/$(WISH_NAME)" "$(PD_APP_CONTENTS)/MacOS" install -d "$(PD_APP_CONTENTS)/Resources" - install -m0644 -p \ - "$(WISH_CONTENTS)/Resources/$(WISH_NAME).rsrc" \ - "$(PD_APP_CONTENTS)/Resources" # only embed the Tcl/Tk Frameworks if not building against the built-in ones ifneq (/System,$(findstring /System,$(WISH_FRAMEWORKS_SOURCE))) install -d $(PD_APP_CONTENTS)/Frameworks \ |