Changeset 7056 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Feb 20, 2008 6:05:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r7054 r7056 892 892 RuntimeR0Drv_SOURCES.win = \ 893 893 common/misc/thread.cpp \ 894 common/string/memcmp.cpp \ 894 895 common/string/strncmp.cpp \ 895 896 common/string/strpbrk.cpp \ … … 1045 1046 RuntimeGuestR0_SOURCES.$(BUILD_TARGET) := $(RuntimeR0Drv_SOURCES.$(BUILD_TARGET)) 1046 1047 RuntimeGuestR0_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) := $(RuntimeR0Drv_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) 1047 RuntimeGuestR0_SOURCES.win += common/string/memcmp.cpp1048 1048 ifdef VBOX_USE_VCC80 1049 1049 RuntimeGuestR0_SOURCES.win += \ … … 1071 1071 $(filter-out generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \ 1072 1072 $(RuntimeR0Drv_SOURCES.win) \ 1073 VBox/logbackdoor.cpp \ 1074 common/string/memcmp.cpp 1073 VBox/logbackdoor.cpp 1075 1074 ifdef VBOX_USE_VCC80 1076 1075 RuntimeW32GuestR0_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.