Changeset 1632 in vbox for trunk/src/VBox
- Timestamp:
- Mar 22, 2007 5:11:25 PM (18 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile
r1564 r1632 772 772 RuntimeW32GuestR0_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS IN_SUP_R0 773 773 RuntimeW32GuestR0_SOURCES = \ 774 $( RuntimeR0Drv_SOURCES) \774 $(filter-out generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \ 775 775 $(RuntimeR0Drv_SOURCES.win) \ 776 VBox/logbackdoor.cpp \ 777 logR0.cpp 776 VBox/logbackdoor.cpp 778 777 ifdef VBOX_USE_VCC80 779 778 RuntimeW32GuestR0_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.