From acf395bb4b573412e015f5b5113477578f566705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 29 Jan 2006 23:01:09 +0000 Subject: [PATCH] added rdef for mimeset git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16143 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 2 ++ src/bin/mimeset.rdef | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 src/bin/mimeset.rdef diff --git a/src/bin/Jamfile b/src/bin/Jamfile index af9a0a57a1..ebf71d366b 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -83,6 +83,8 @@ StdBinCommands # yes.cpp : libbe.so ; +AddResources mimeset : mimeset.rdef ; + # standard commands that need libbe.so, libstdc++.so StdBinCommands copyattr.cpp diff --git a/src/bin/mimeset.rdef b/src/bin/mimeset.rdef new file mode 100644 index 0000000000..cfd4776338 --- /dev/null +++ b/src/bin/mimeset.rdef @@ -0,0 +1,3 @@ +resource app_signature "application/x-vnd.haiku.mimeset"; + +resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; \ No newline at end of file