Changeset 30961 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 21, 2010 1:39:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63851
- Location:
- trunk/src/VBox/HostDrivers/Support/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r28800 r30961 123 123 common/string/strprintf.o \ 124 124 common/string/strtonum.o \ 125 common/time/time.o \ 125 126 r0drv/linux/RTLogWriteDebugger-r0drv-linux.o \ 126 127 generic/RTAssertShouldPanic-generic.o \ -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r29250 r30961 111 111 ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \ 112 112 ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \ 113 ${PATH_ROOT}/src/VBox/Runtime/common/time/time.cpp=>common/time/time.c \ 113 114 ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \ 114 115 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \ … … 119 120 ${PATH_ROOT}/src/VBox/Runtime/include/internal/string.h=>include/internal/string.h \ 120 121 ${PATH_ROOT}/src/VBox/Runtime/include/internal/thread.h=>include/internal/thread.h \ 122 ${PATH_ROOT}/src/VBox/Runtime/include/internal/time.h=>include/internal/time.h \ 121 123 ${PATH_ROOT}/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp=>generic/RTAssertShouldPanic-generic.c \ 122 124 ${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.