- Timestamp:
- Mar 9, 2009 2:53:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r17464 r17582 1067 1067 1068 1068 RuntimeR0Drv_SOURCES.win = \ 1069 common/alloc/heapsimple.cpp \ 1069 1070 common/misc/thread.cpp \ 1070 1071 common/string/memcmp.asm \ … … 1329 1330 RuntimeGuestR0_SOURCES := $(filter-out generic/RTLogWriteUser-generic.cpp, $(RuntimeR0Drv_SOURCES)) 1330 1331 RuntimeGuestR0_SOURCES += \ 1331 VBox/logbackdoor.cpp \ 1332 common/alloc/heapsimple.cpp 1332 VBox/logbackdoor.cpp 1333 1333 RuntimeGuestR0_EXTENDS = RuntimeR0Drv 1334 1334
Note:
See TracChangeset
for help on using the changeset viewer.