VirtualBox

Changeset 43873 in vbox


Ignore:
Timestamp:
Nov 15, 2012 10:51:48 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82077
Message:

added VBOX_WITH_HOST_CHANNEL

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r43851 r43873  
    572572# Enable this to prevent the guest from writing guest properties.
    573573VBOX_WITH_GUEST_PROPS_RDONLY_GUEST =
     574# Compile the host channel
     575VBOX_WITH_HOST_CHANNEL = 1
    574576# Enable the guest control service.
    575577if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
  • trunk/src/VBox/HostServices/Makefile.kmk

    r43357 r43873  
    4343 include $(PATH_SUB_CURRENT)/DragAndDrop/Makefile.kmk
    4444endif
    45 include $(PATH_SUB_CURRENT)/HostChannel/Makefile.kmk
     45ifdef VBOX_WITH_HOST_CHANNEL
     46 include $(PATH_SUB_CURRENT)/HostChannel/Makefile.kmk
     47endif
    4648include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
    4749
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