Changeset 42261 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jul 20, 2012 1:27:47 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79316
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r42239 r42261 69 69 endif 70 70 ifdef VBOX_WITH_DRAG_AND_DROP 71 VBoxClient_DEFS += VBOX_WITH_DRAG_AND_DROP 71 VBoxClient_DEFS += \ 72 VBOX_WITH_DRAG_AND_DROP \ 73 $(if $(VBOX_WITH_DRAG_AND_DROP_GH),VBOX_WITH_DRAG_AND_DROP_GH,) 72 74 VBoxClient_SOURCES += \ 73 75 draganddrop.cpp
Note:
See TracChangeset
for help on using the changeset viewer.