added rdef for mimeset

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16143 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-01-29 23:01:09 +00:00
parent 61ba5a32c1
commit acf395bb4b
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -83,6 +83,8 @@ StdBinCommands
# yes.cpp
: libbe.so ;
AddResources mimeset : mimeset.rdef ;
# standard commands that need libbe.so, libstdc++.so
StdBinCommands
copyattr.cpp
+3
View File
@@ -0,0 +1,3 @@
resource app_signature "application/x-vnd.haiku.mimeset";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;