Changeset 100379 in vbox
- Timestamp:
- Jul 5, 2023 9:06:51 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r100343 r100379 894 894 VBOX_WITH_SHARED_CLIPBOARD = 1 895 895 # Enable shared clipboard (file) transfers 896 #if1of ($(KBUILD_TARGET), winlinux)897 #VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS = 1898 #if1of ($(KBUILD_TARGET), linux)899 #VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP = 1900 #endif896 #if1of ($(KBUILD_TARGET), linux) 897 VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS = 1 898 if1of ($(KBUILD_TARGET), linux) 899 VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP = 1 900 endif 901 901 #endif 902 902 # Enable the host/guest information service (aka guest properties).
Note:
See TracChangeset
for help on using the changeset viewer.