Converted binary rsrc to rdef.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9114 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn 2004-09-30 02:50:55 +00:00
parent 0cd4ecd8b2
commit 6c033b8a92
3 changed files with 1703 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,28 @@
resource(2, "BEOS:TYPE") #'MIMS' "application/x-be-executable";
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Be-MAIL";
resource(1, "BEOS:FILE_TYPES") message
{
"types" = "text/x-email",
"types" = "application/x-person",
"types" = "text/x-vnd.Be-MailDraft"
};
resource app_version
{
major = 3,
middle = 0,
minor = 0,
/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 5,
internal = 3,
short_info = "BeMail 3.0",
long_info = "BeMail 3.0.0 ©2004 Haiku"
};
resource(1, "BEOS:APP_FLAGS") #'APPF' $"00000000";