Changeset 70159 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/freebsd
- Timestamp:
- Dec 15, 2017 4:48:51 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119721
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile
r70095 r70159 86 86 SRCS += \ 87 87 RTStrCat.c \ 88 RTStrCmp.c \ 88 89 RTStrCopy.c \ 89 90 RTStrCopyEx.c \ … … 91 92 RTStrICmpAscii.c \ 92 93 RTStrNICmpAscii.c \ 94 RTStrNCmp.c \ 95 stringalloc.c \ 93 96 strformat.c \ 94 97 strformatnum.c \ … … 97 100 strprintf.c \ 98 101 strtonum.c \ 99 memchr.c 102 memchr.c \ 103 utf-8.c 100 104 101 105 .PATH: ${.CURDIR}/common/rand -
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest
r70095 r70159 121 121 ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \ 122 122 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \ 123 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCmp.cpp=>common/string/RTStrCmp.c \ 123 124 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 124 125 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \ … … 126 127 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrICmpAscii.cpp=>common/string/RTStrICmpAscii.c \ 127 128 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNICmpAscii.cpp=>common/string/RTStrNICmpAscii.c \ 129 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>common/string/RTStrNCmp.c \ 130 ${PATH_ROOT}/src/VBox/Runtime/common/string/stringalloc.cpp=>common/string/stringalloc.c \ 128 131 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \ 129 132 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatnum.cpp=>common/string/strformatnum.c \ … … 133 136 ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \ 134 137 ${PATH_ROOT}/src/VBox/Runtime/common/string/memchr.cpp=>common/string/memchr.c \ 138 ${PATH_ROOT}/src/VBox/Runtime/common/string/utf-8.cpp=>common/string/utf-8.c \ 135 139 ${PATH_ROOT}/src/VBox/Runtime/common/rand/rand.cpp=>common/rand/rand.c \ 136 140 ${PATH_ROOT}/src/VBox/Runtime/common/rand/randadv.cpp=>common/rand/randadv.c \
Note:
See TracChangeset
for help on using the changeset viewer.