VirtualBox

Changeset 6696 in vbox for trunk/src


Ignore:
Timestamp:
Jan 31, 2008 10:36:54 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27770
Message:

Removed RuntimeLnx32GuestR3, nobody is using it any longer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r6693 r6696  
    3939  #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0
    4040  #LIBRARIES.win = RuntimeW32NT4GuestR0
    41   if1of ($(BUILD_TARGET), linux l4) ## @todo eliminate this.
    42    LIBRARIES += RuntimeLnx32GuestR3
    43   endif
    4441  ifndef VBOX_WITH_ADDITION_DRIVERS
    4542   if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0.
     
    5451 #
    5552else ifdef VBOX_ADDITIONS_LINUX_ONLY
    56  LIBRARIES  = RuntimeLnx32GuestR3 \
    57         RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini
     53 LIBRARIES  = RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini
    5854else ifdef VBOX_ADDITIONS_WIN32_ONLY
    5955 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0
     
    7672   #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0
    7773   #LIBRARIES.win = RuntimeW32NT4GuestR0
    78    ifdef VBOX_WITH_LINUX_ADDITIONS ## @todo eliminate this ASAP
    79     LIBRARIES += RuntimeLnx32GuestR3
    80    endif
    8174   ifndef VBOX_WITH_ADDITION_DRIVERS
    8275    if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0.
     
    588581
    589582#
    590 # RuntimeLnx32GuestR3 - 32-bit Linux guest program runtime. Obsoleted by RuntimeGuestR3.
    591 #
    592 RuntimeLnx32GuestR3_TEMPLATE   = VBOXLNX32GUESTR3LIB
    593 RuntimeLnx32GuestR3_DEFS       = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
    594 ifdef IPRT_WITH_KSTUFF
    595  RuntimeLnx32GuestR3_DEFS     += LDR_WITH_KLDR
    596 endif
    597 RuntimeLnx32GuestR3_SOURCES    = $(RuntimeR3_SOURCES.linux) $(RuntimeR3_SOURCES)
    598 RuntimeLnx32GuestR3_SOURCES   += VBox/logbackdoor.cpp
    599 RuntimeLnx32GuestR3_INCS       = $(RuntimeR3_INCS.linux)    $(RuntimeR3_INCS)
    600 
    601 #
    602583# RuntimeLnxHostR3 Linux host program runtime
    603584#
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette