Changeset 69768 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 20, 2017 11:22:25 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119168
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r69762 r69768 89 89 .PATH: ${.CURDIR}/common/string 90 90 SRCS += \ 91 RTStrCat.c \ 91 92 RTStrNCmp.c \ 92 93 RTStrNLen.c \ -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r69762 r69768 122 122 ${PATH_ROOT}/src/VBox/Runtime/common/misc/term.cpp=>common/misc/term.c \ 123 123 ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \ 124 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \ 124 125 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyP.cpp=>common/string/RTStrCopyP.c \ 125 126 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r69762 r69768 87 87 common/misc/handletablectx.o \ 88 88 common/misc/thread.o \ 89 common/string/RTStrCat.o \ 89 90 common/string/RTStrCopy.o \ 90 91 common/string/RTStrCopyEx.o \ -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r69762 r69768 128 128 ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletablectx.cpp=>common/misc/handletablectx.c \ 129 129 ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \ 130 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \ 130 131 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 131 132 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
Note:
See TracChangeset
for help on using the changeset viewer.