Changeset 25536 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Dec 21, 2009 11:06:08 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56209
- Location:
- trunk/src/VBox/HostDrivers/Support/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r25532 r25536 75 75 RTAssertMsg1Weak.c \ 76 76 RTAssertMsg2.c \ 77 RTAssertMsg2Add.c \ 78 RTAssertMsg2AddWeak.c \ 79 RTAssertMsg2AddWeakV.c \ 77 80 RTAssertMsg2Weak.c \ 78 81 RTAssertMsg2WeakV.c \ -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r25532 r25536 93 93 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \ 94 94 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp=>common/misc/RTAssertMsg2.c \ 95 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp=>common/misc/RTAssertMsg2Add.c \ 96 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp=>common/misc/RTAssertMsg2AddWeak.c \ 97 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp=>common/misc/RTAssertMsg2AddWeakV.c \ 95 98 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp=>common/misc/RTAssertMsg2Weak.c \ 96 99 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \ … … 121 124 ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h=>common/table/avl_DoWithAll.cpp.h \ 122 125 ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Destroy.cpp.h=>common/table/avl_Destroy.cpp.h \ 126 ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \ 123 127 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \ 124 128 ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \
Note:
See TracChangeset
for help on using the changeset viewer.