* Changed Ld rule to allow adding resource files.

* Changed ResAttr rule to allow not deleting the file before writing the
  attributes.
* Added application signatures for the runtime_loader and zbeos, just so that
  they may have an icon, too (hint, hint) :-)
* As a side effect, this also let's FileTypes handle these two as apps (even
  though they aren't), so that I can close bug #606.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22412 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-10-02 15:22:13 +00:00
parent 0064e64138
commit 4421183286
7 changed files with 54 additions and 5 deletions
-1
View File
@@ -270,7 +270,6 @@ local spellFiles = words geekspeak ;
spellFiles = $(spellFiles:G=spell) ;
SEARCH on $(spellFiles)
= [ FDirName $(HAIKU_TOP) src apps mail ] ;
#AddDirectoryToHaikuImage beos etc word_dictionary ;
AddFilesToHaikuImage beos etc word_dictionary : $(spellFiles) ;
local svgFiles = "lion.svg" ;