Changeset 31146 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/linux
- Timestamp:
- Jul 27, 2010 4:08:43 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r29056 r31146 114 114 common/string/strprintf.o \ 115 115 common/string/strtonum.o \ 116 common/time/time.o \ 116 117 generic/RTAssertShouldPanic-generic.o \ 117 118 generic/RTLogWriteStdErr-stub-generic.o \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r29250 r31146 83 83 ${PATH_ROOT}/src/VBox/Runtime/include/internal/string.h=>include/internal/string.h \ 84 84 ${PATH_ROOT}/src/VBox/Runtime/include/internal/thread.h=>include/internal/thread.h \ 85 ${PATH_ROOT}/src/VBox/Runtime/include/internal/time.h=>include/internal/time.h \ 85 86 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>common/alloc/alloc.c \ 86 87 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>common/alloc/heapsimple.c \ … … 113 114 ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \ 114 115 ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \ 116 ${PATH_ROOT}/src/VBox/Runtime/common/time/time.cpp=>common/time/time.c \ 115 117 ${PATH_ROOT}/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp=>generic/RTAssertShouldPanic-generic.c \ 116 118 ${PATH_ROOT}/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp=>generic/RTLogWriteStdErr-stub-generic.c \
Note:
See TracChangeset
for help on using the changeset viewer.