Changeset 31006 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Jul 22, 2010 3:14:33 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63921
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module ¶
r28998 r31006 4 4 # (For 2.6.x this file must be 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-20 07Oracle Corporation6 # Copyright (C) 2006-2010 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 71 71 VMMDev.o \ 72 72 HGCM.o \ 73 VBox Calls.o \73 VBoxGuestR0LibSharedFolders.o \ 74 74 VbglR0CanUsePhysPageList.o 75 75 ifeq ($(BUILD_TARGET_ARCH),x86) -
TabularUnified trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf ¶
r29250 r31006 57 57 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \ 58 58 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \ 59 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBox Calls.c=>VBoxCalls.c \60 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBox Calls.h=>VBoxCalls.h \59 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c=>VBoxGuestR0LibSharedFolders.c \ 60 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h=>VBoxGuestR0LibSharedFolders.h \ 61 61 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \ 62 62 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \ -
TabularUnified trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h ¶
r31004 r31006 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.