Changeset 42596 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Aug 5, 2012 8:14:35 AM (12 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r40917 r42596 87 87 SRCS += \ 88 88 RTStrNCmp.c \ 89 RTStrNLen.c \ 89 90 RTStrCopy.c \ 90 91 RTStrCopyP.c \ -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r40917 r42596 117 117 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 118 118 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>common/string/RTStrNCmp.c \ 119 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNLen.cpp=>common/string/RTStrNLen.c \ 119 120 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \ 120 121 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
Note:
See TracChangeset
for help on using the changeset viewer.