VirtualBox

Changeset 45459 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Apr 10, 2013 3:24:23 PM (12 years ago)
Author:
vboxsync
Message:

BUGZ:4686 OS X guest: VBoxGuest device driver + VBoxService and VBoxControl now work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r45458 r45459  
    9494 INST_SYS             = $(INST_BIN)
    9595 INST_TESTCASE        = $(INST_BIN)testcase/
    96  INST_ADDITIONS       = $(INST_BIN)additions/
     96 INST_ADDITIONS       = $(INST_DIST)additions/
    9797 INST_ADDITIONS_ISO   = $(INST_BIN)
    9898
     
    284284# This indicates that additions (of some kind or another) is being _built_.
    285285# VBOX_WITHOUT_ADDITIONS overrides it.
    286 #if1of ($(KBUILD_TARGET), freebsd linux os2 solaris win)
    287 if1of ($(KBUILD_TARGET), freebsd linux solaris win)
    288  VBOX_WITH_ADDITIONS = 1
    289 endif
     286VBOX_WITH_ADDITIONS = 1
    290287# Build the optional ring-0 part of the additions for syntax checking.
    291288# (Except when cross-building on linux since we're using /usr/src/...)
     
    48234820ifeq ($(KBUILD_TARGET),linux) # As few libs as possible on linux.
    48244821 TEMPLATE_VBOXGUESTR3EXE_LIBS     = pthread rt m dl
    4825 else if1of ($(KBUILD_TARGET), freebsd netbsd openbsd)
     4822else if1of ($(KBUILD_TARGET), darwin freebsd netbsd openbsd)
    48264823 TEMPLATE_VBOXGUESTR3EXE_LIBS     = $(TEMPLATE_VBOXR3EXE_LIBS) iconv
    48274824else ifeq ($(KBUILD_TARGET), solaris)
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