Add a resource file for mount_nfs but don't use it just yet.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37043 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-06-06 20:49:03 +00:00
parent 9f015335c0
commit 8e129380ee
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,8 @@ SubDir HAIKU_TOP src bin network mount_nfs ;
UsePrivateHeaders net ;
#AddResources mount_nfs : mount_nfs.rdef ;
BinCommand mount_nfs :
mount_nfs.cpp
: libnetwork.so $(TARGET_LIBSUPC++)

View File

@ -0,0 +1,8 @@
resource app_signature "application/x-vnd.Haiku-mount_nfs";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP | B_ARGV_ONLY;
resource(1, "BEOS:FILE_TYPES") message
{
"types" = "application/x-vnd.Be.URL.nfs"
};