Changeset 6530 in vbox
- Timestamp:
- Jan 28, 2008 4:04:02 PM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r6493 r6530 83 83 ifeq ($(BUILD_TYPE),debug) 84 84 OBJS += \ 85 math/gcc/divdi3.o \ 86 math/gcc/moddi3.o \ 87 math/gcc/udivdi3.o \ 88 math/gcc/umoddi3.o \ 89 math/gcc/qdivrem.o \ 85 90 common/log/log.o \ 86 91 common/log/logcom.o \ -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r6493 r6530 62 62 ${PATH_ROOT}/src/VBox/Runtime/common/log/logformat.cpp=>common/log/logformat.c \ 63 63 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \ 64 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \ 64 65 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/qdivrem.c=>math/gcc/qdivrem.c \ 65 66 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \ 67 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \ 68 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \ 66 69 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \ 67 70 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
Note:
See TracChangeset
for help on using the changeset viewer.