Changeset 6351 in vbox
- Timestamp:
- Jan 15, 2008 9:08:30 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27265
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6231 r6351 511 511 common/time/timesupA.asm \ 512 512 common/time/timesup.cpp \ 513 generic/RTLogWriteUser-generic.cpp \ 513 514 , $(RuntimeR3_SOURCES)) 514 515 RuntimeGuestR3_SOURCES += \ 515 common/time/timesysalias.cpp 516 common/time/timesysalias.cpp \ 517 VBox/logbackdoor.cpp 516 518 RuntimeGuestR3_SOURCES.$(BUILD_TARGET) := $(RuntimeR3_SOURCES.$(BUILD_TARGET)) 517 519 RuntimeGuestR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) -
trunk/src/VBox/Runtime/VBox/logbackdoor.cpp
r6231 r6351 87 87 } 88 88 89 #elif defined(RT_OS_LINUX) && defined(IN_GUEST_R3)89 #elif (defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)) && defined(IN_GUEST_R3) 90 90 91 91 #include <VBox/VBoxGuest.h>
Note:
See TracChangeset
for help on using the changeset viewer.