Changeset 21318 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jul 7, 2009 12:09:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs
r21263 r21318 1 1 #!/bin/sh 2 ## @file 3 # Shared file between Makefile.kmk and export_modules 2 4 # 3 # Shared file between Makefile.kmk and export_modules 5 4 6 # 5 7 # Copyright (C) 2007 Sun Microsystems, Inc. … … 49 51 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ 50 52 ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \ 53 ${PATH_ROOT}/include/VBox/VBoxGuest2.h=>include/VBox/VBoxGuest2.h \ 51 54 ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \ 55 ${PATH_ROOT}/include/VBox/VMMDev.h=>include/VBox/VMMDev.h \ 56 ${PATH_ROOT}/include/VBox/VMMDev2.h=>include/VBox/VMMDev2.h \ 52 57 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \ 53 58 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp=>HGCM.c \
Note:
See TracChangeset
for help on using the changeset viewer.