VirtualBox

source: vbox/trunk/src/VBox/HostServices/DragAndDrop/Makefile.kmk

Last change on this file was 98415, checked in by vboxsync, 16 months ago

HostServices/*.kmk: Automatic scm cleanups. bugref:10348

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1# $Id: Makefile.kmk 98415 2023-02-01 16:24:09Z vboxsync $
2## @file
3# Sub-Makefile for the Guest Control Host Service.
4#
5
6#
7# Copyright (C) 2011-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28SUB_DEPTH = ../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31# Include sub-makefile(s).
32# include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
33
34#
35# The drag and drop service DLL.
36#
37DLLS += VBoxDragAndDropSvc
38VBoxDragAndDropSvc_TEMPLATE = VBoxR3Dll
39VBoxDragAndDropSvc_NAME.os2 = VBoxDnD
40VBoxDragAndDropSvc_DEFS = \
41 VBOX_WITH_HGCM \
42 $(if $(VBOX_WITH_DRAG_AND_DROP_GH),VBOX_WITH_DRAG_AND_DROP_GH,)
43VBoxDragAndDropSvc_INCS = $(PATH_ROOT)/src/VBox/Main/include ./
44VBoxDragAndDropSvc_INCS.win = \
45 $(VBOX_PATH_SDK)
46
47VBoxDragAndDropSvc_SOURCES = \
48 VBoxDragAndDropSvc.cpp \
49 dndmanager.cpp
50
51VBoxDragAndDropSvc_SOURCES += \
52 ../common/client.cpp \
53 ../common/message.cpp
54
55VBoxDragAndDropSvc_SOURCES.win = \
56 VBoxDragAndDropSvc.rc
57
58VBoxDragAndDropSvc_LIBS = \
59 $(LIB_RUNTIME) \
60 $(PATH_STAGE_LIB)/VBoxDnDHostR3Lib$(VBOX_SUFF_LIB)
61
62VBoxDragAndDropSvc_LDFLAGS.darwin = \
63 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDragAndDropSvc.dylib
64
65include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use