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:
@@ -2,6 +2,8 @@ SubDir HAIKU_TOP src bin network mount_nfs ;
|
|||||||
|
|
||||||
UsePrivateHeaders net ;
|
UsePrivateHeaders net ;
|
||||||
|
|
||||||
|
#AddResources mount_nfs : mount_nfs.rdef ;
|
||||||
|
|
||||||
BinCommand mount_nfs :
|
BinCommand mount_nfs :
|
||||||
mount_nfs.cpp
|
mount_nfs.cpp
|
||||||
: libnetwork.so $(TARGET_LIBSUPC++)
|
: libnetwork.so $(TARGET_LIBSUPC++)
|
||||||
|
|||||||
@@ -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"
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user