Changeset 69768 in vbox
- Timestamp:
- Nov 20, 2017 11:22:25 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119168
- Location:
- trunk/src/VBox
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile
r69762 r69768 85 85 .PATH: ${.CURDIR}/common/string 86 86 SRCS += \ 87 RTStrCat.c \ 87 88 RTStrCopy.c \ 88 89 RTStrCopyEx.c \ -
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest
r69762 r69768 119 119 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \ 120 120 ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \ 121 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \ 121 122 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 122 123 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r69762 r69768 82 82 common/misc/assert.o \ 83 83 common/misc/thread.o \ 84 common/string/RTStrCat.o \ 84 85 common/string/RTStrCopy.o \ 85 86 common/string/RTStrCopyEx.o \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r69762 r69768 133 133 ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \ 134 134 ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \ 135 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \ 135 136 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 136 137 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \ -
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.