Changeset 25532 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 20, 2009 11:36:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56205
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r25528 r25532 74 74 SRCS += \ 75 75 RTAssertMsg1Weak.c \ 76 RTAssertMsg2 V.c \76 RTAssertMsg2.c \ 77 77 RTAssertMsg2Weak.c \ 78 78 RTAssertMsg2WeakV.c \ -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r25528 r25532 92 92 ${PATH_ROOT}/src/VBox/Runtime/common/log/logformat.cpp=>common/log/logformat.c \ 93 93 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \ 94 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2 V.cpp=>common/misc/RTAssertMsg2V.c \94 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp=>common/misc/RTAssertMsg2.c \ 95 95 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp=>common/misc/RTAssertMsg2Weak.c \ 96 96 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \ -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r25528 r25532 109 109 common/log/logformat.o \ 110 110 common/misc/RTAssertMsg1Weak.o \ 111 common/misc/RTAssertMsg2 V.o \111 common/misc/RTAssertMsg2.o \ 112 112 common/misc/RTAssertMsg2Weak.o \ 113 113 common/misc/RTAssertMsg2WeakV.o \ -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r25528 r25532 90 90 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \ 91 91 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \ 92 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2 V.cpp=>common/misc/RTAssertMsg2V.c \92 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp=>common/misc/RTAssertMsg2.c \ 93 93 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp=>common/misc/RTAssertMsg2Weak.c \ 94 94 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \
Note:
See TracChangeset
for help on using the changeset viewer.