VirtualBox

Changeset 6007 in vbox


Ignore:
Timestamp:
Dec 7, 2007 8:49:22 PM (17 years ago)
Author:
vboxsync
Message:

Introducing VBOX_ONLY_ADDITIONS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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