Changeset 31842 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Aug 21, 2010 7:02:27 PM (14 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r31829 r31842 51 51 .PATH: ${.CURDIR}/alloc 52 52 SRCS += \ 53 heapsimple.c 53 heapsimple.c \ 54 alloc.c 54 55 55 56 .PATH: ${.CURDIR}/common/err … … 112 113 avlpv.c 113 114 115 .PATH: ${.CURDIR}/common/time 116 SRCS += \ 117 time.c 118 114 119 .PATH: ${.CURDIR}/generic 115 120 SRCS += \ -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r31829 r31842 86 86 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvInternal.h=>SUPDrvInternal.h \ 87 87 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>alloc/heapsimple.c \ 88 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>alloc/alloc.c \ 88 89 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \ 89 90 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>common/err/RTErrConvertToErrno.c \ … … 128 129 ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h=>common/table/avl_DoWithAll.cpp.h \ 129 130 ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Destroy.cpp.h=>common/table/avl_Destroy.cpp.h \ 131 ${PATH_ROOT}/src/VBox/Runtime/common/time/time.cpp=>common/time/time.c \ 130 132 ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \ 131 133 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \ … … 139 141 ${PATH_ROOT}/src/VBox/Runtime/include/internal/sched.h=>include/internal/sched.h \ 140 142 ${PATH_ROOT}/src/VBox/Runtime/include/internal/process.h=>include/internal/process.h \ 143 ${PATH_ROOT}/src/VBox/Runtime/include/internal/time.h=>include/internal/time.h \ 141 144 ${PATH_ROOT}/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp=>generic/RTAssertShouldPanic-generic.c \ 142 145 ${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.