VirtualBox

Changeset 6007

Show
Ignore:
Timestamp:
12/07/07 21:49:22 (1 year ago)
Author:
vboxsync
Message:

Introducing VBOX_ONLY_ADDITIONS.

Files:

Legend:

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

    r5999 r6007  
    2929include $(PATH_KBUILD)/header.kmk 
    3030 
    31 ifdef VBOX_ADDITIONS_LINUX_ONLY 
     31ifdef VBOX_ONLY_ADDITIONS 
     32 # 
     33 # Only build the additions, sort out the legacy names first. 
     34 # 
     35 ifeq ($(TARGET),linux) 
     36  LIBRARIES  = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 
     37 else ifeq ($(TARGET),os2) 
     38  LIBRARIES  = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 
     39 else ifeq ($(TARGET),win) 
     40  LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 
     41 else 
     42  LIBRARIES = RuntimeGuestR0 RuntimeGuestR3 
     43 endif 
     44 
     45 # 
     46 # Remote cross building... Will be removed unless somebody speaks up! 
     47 # 
     48else ifdef VBOX_ADDITIONS_LINUX_ONLY 
    3249 LIBRARIES  = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 
    3350else ifdef VBOX_ADDITIONS_WIN32_ONLY 
     
    3653 LIBRARIES += RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 
    3754else 
     55 
     56 # 
    3857 # Build everything. 
     58 # 
    3959 BLDPROGS   = uniread 
    4060 LIBRARIES  = RuntimeR3 RuntimeR0 RuntimeGC RuntimeEFCPP RuntimeR3NoCRTGCC 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy