VirtualBox

Changeset 6051

Show
Ignore:
Timestamp:
12/11/07 16:13:48 (1 year ago)
Author:
vboxsync
Message:

Put back the VBOX_ONLY_ADDITION stuff.

Files:

Legend:

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

    r6015 r6051  
    3333 # Only build the additions, sort out the legacy names first. 
    3434 # 
    35 # ifeq ($(BUILD_TARGET),linux) 
    36 #  LIBRARIES  = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 
    37 # else ifeq ($(BUILD_TARGET),os2) 
    38 #  LIBRARIES  = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 
    39 # else ifeq ($(BUILD_TARGET),win) 
    40 #  LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 
    41 # else 
     35 ifeq ($(BUILD_TARGET),linux) 
     36  LIBRARIES  = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 
     37 else ifeq ($(BUILD_TARGET),os2) 
     38  LIBRARIES  = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 
     39 else ifeq ($(BUILD_TARGET),win) 
     40  LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 
     41 else 
    4242  LIBRARIES = RuntimeGuestR0 RuntimeGuestR3 
    43 # endif 
    4443  #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0 
    45   LIBRARIES.win = RuntimeW32NT4GuestR0 
     44  #LIBRARIES.win = RuntimeW32NT4GuestR0 
     45 endif 
    4646 
    4747 # 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy