Changeset 43873 in vbox
- Timestamp:
- Nov 15, 2012 10:51:48 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 82077
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r43851 r43873 572 572 # Enable this to prevent the guest from writing guest properties. 573 573 VBOX_WITH_GUEST_PROPS_RDONLY_GUEST = 574 # Compile the host channel 575 VBOX_WITH_HOST_CHANNEL = 1 574 576 # Enable the guest control service. 575 577 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win) -
trunk/src/VBox/HostServices/Makefile.kmk
r43357 r43873 43 43 include $(PATH_SUB_CURRENT)/DragAndDrop/Makefile.kmk 44 44 endif 45 include $(PATH_SUB_CURRENT)/HostChannel/Makefile.kmk 45 ifdef VBOX_WITH_HOST_CHANNEL 46 include $(PATH_SUB_CURRENT)/HostChannel/Makefile.kmk 47 endif 46 48 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 47 49
Note:
See TracChangeset
for help on using the changeset viewer.