- Timestamp:
- Jan 31, 2008 10:36:54 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6693 r6696 39 39 #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0 40 40 #LIBRARIES.win = RuntimeW32NT4GuestR0 41 if1of ($(BUILD_TARGET), linux l4) ## @todo eliminate this.42 LIBRARIES += RuntimeLnx32GuestR343 endif44 41 ifndef VBOX_WITH_ADDITION_DRIVERS 45 42 if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0. … … 54 51 # 55 52 else ifdef VBOX_ADDITIONS_LINUX_ONLY 56 LIBRARIES = RuntimeLnx32GuestR3 \ 57 RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini 53 LIBRARIES = RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini 58 54 else ifdef VBOX_ADDITIONS_WIN32_ONLY 59 55 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 … … 76 72 #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0 77 73 #LIBRARIES.win = RuntimeW32NT4GuestR0 78 ifdef VBOX_WITH_LINUX_ADDITIONS ## @todo eliminate this ASAP79 LIBRARIES += RuntimeLnx32GuestR380 endif81 74 ifndef VBOX_WITH_ADDITION_DRIVERS 82 75 if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0. … … 588 581 589 582 # 590 # RuntimeLnx32GuestR3 - 32-bit Linux guest program runtime. Obsoleted by RuntimeGuestR3.591 #592 RuntimeLnx32GuestR3_TEMPLATE = VBOXLNX32GUESTR3LIB593 RuntimeLnx32GuestR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX594 ifdef IPRT_WITH_KSTUFF595 RuntimeLnx32GuestR3_DEFS += LDR_WITH_KLDR596 endif597 RuntimeLnx32GuestR3_SOURCES = $(RuntimeR3_SOURCES.linux) $(RuntimeR3_SOURCES)598 RuntimeLnx32GuestR3_SOURCES += VBox/logbackdoor.cpp599 RuntimeLnx32GuestR3_INCS = $(RuntimeR3_INCS.linux) $(RuntimeR3_INCS)600 601 #602 583 # RuntimeLnxHostR3 Linux host program runtime 603 584 #
Note:
See TracChangeset
for help on using the changeset viewer.