Lines 645-656
Link Here
|
645 |
# Enable S3 support (requires libcurl) |
645 |
# Enable S3 support (requires libcurl) |
646 |
VBOX_WITH_S3 = 1 |
646 |
VBOX_WITH_S3 = 1 |
647 |
# Enable Host=>Guest Drag'n'Drop |
647 |
# Enable Host=>Guest Drag'n'Drop |
648 |
if1of ($(KBUILD_TARGET), darwin linux solaris win) |
648 |
#if1of ($(KBUILD_TARGET), darwin linux solaris win) |
649 |
VBOX_WITH_DRAG_AND_DROP = 1 |
649 |
# VBOX_WITH_DRAG_AND_DROP = 1 |
650 |
if1of ($(KBUILD_TARGET), darwin linux solaris win) |
650 |
# if1of ($(KBUILD_TARGET), darwin linux solaris win) |
651 |
VBOX_WITH_DRAG_AND_DROP_GH = $(VBOX_WITH_DRAG_AND_DROP) |
651 |
# VBOX_WITH_DRAG_AND_DROP_GH = $(VBOX_WITH_DRAG_AND_DROP) |
652 |
endif |
652 |
# endif |
653 |
endif |
653 |
#endif |
654 |
# Enables use of merge modules in the windows installer. This will increase |
654 |
# Enables use of merge modules in the windows installer. This will increase |
655 |
# the overall installer size significantly because merge modules are not able |
655 |
# the overall installer size significantly because merge modules are not able |
656 |
# to use a common .cab file to reduce their size. |
656 |
# to use a common .cab file to reduce their size. |