Changeset 75659 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Nov 22, 2018 12:02:11 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r72152 r75659 82 82 83 83 ifdef VBOX_WITH_GUEST_PROPS 84 84 VBoxClient_DEFS += VBOX_WITH_GUEST_PROPS 85 85 endif 86 86 ifdef VBOX_WITH_DRAG_AND_DROP 87 87 VBoxClient_DEFS += \ 88 88 VBOX_WITH_DRAG_AND_DROP \ 89 89 $(if $(VBOX_WITH_DRAG_AND_DROP_GH),VBOX_WITH_DRAG_AND_DROP_GH,) 90 90 VBoxClient_SOURCES += \ 91 91 draganddrop.cpp 92 VBoxClient_LIBS += \ 92 VBoxClient_LIBS += \ 93 $(VBOX_LIB_VBGL_R3) \ 93 94 $(PATH_STAGE_LIB)/additions/VBoxDnDGuestR3Lib$(VBOX_SUFF_LIB) 94 95 endif
Note:
See TracChangeset
for help on using the changeset viewer.