Changeset 16721 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders
- Timestamp:
- Feb 13, 2009 12:35:28 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk
r12446 r16721 36 36 . 37 37 vboxvfs_SOURCES = \ 38 vbox vfs_vfsops.c \39 vbox vfs_vnops.c \40 vbox vfs_utils.c38 vboxfs_vfs.c \ 39 vboxfs_vnode.c \ 40 vboxfs_prov.c 41 41 vboxvfs_LIBS = \ 42 42 $(VBOX_LIB_VBGL_R0) \ 43 43 $(VBOX_LIB_IPRT_GUEST_R0) 44 #@todo find out why the additions box freaks out with this... 45 #vboxvfs_LDFLAGS += -N drv/vboxguest 44 vboxvfs_LDFLAGS += -N drv/vboxguest 46 45 47 46 #
Note:
See TracChangeset
for help on using the changeset viewer.