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:
parent
9f015335c0
commit
8e129380ee
@ -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++)
|
||||
|
8
src/bin/network/mount_nfs/mount_nfs.rdef
Normal file
8
src/bin/network/mount_nfs/mount_nfs.rdef
Normal 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"
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user