bin/mail: move to 'mail_utils' subdir.

This commit is contained in:
Augustin Cavalier
2016-01-20 13:28:46 -05:00
parent 1a352e46cc
commit 2037db1489
4 changed files with 19 additions and 5 deletions
-5
View File
@@ -205,11 +205,6 @@ StdBinCommands
setvolume.cpp
: be libmedia.so [ TargetLibsupc++ ] : $(haiku-utils_rsrc) ;
# standard commands that need libbe.so, libmail.so
StdBinCommands
mail.cpp
: be libmail.so : $(haiku-utils_rsrc) ;
# standard commands that need libbe.so, libpackage.so, libsupc++.so
StdBinCommands
findpaths.cpp
+6
View File
@@ -8,6 +8,12 @@ if $(TARGET_PLATFORM) != haiku {
UsePrivateHeaders mail ;
StdBinCommands
mail.cpp
: be mail
: mail.rdef
;
StdBinCommands
mail2mbox.cpp
: be
+13
View File
@@ -0,0 +1,13 @@
resource app_flags B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
resource app_signature "application/x-vnd.Haiku-mail_utils-mail";
resource app_version {
major = 1,
middle = 0,
minor = 0,
variety = B_APPV_FINAL,
internal = 1,
short_info = "mail",
long_info = "mail"
};