VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk@ 50752

Last change on this file since 50752 was 50460, checked in by vboxsync, 11 years ago

DnD: Update.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1# $Id: Makefile.kmk 50460 2014-02-14 09:46:58Z vboxsync $
2## @file
3# Sub-Makefile for VBoxTray.
4#
5
6#
7# Copyright (C) 2006-2014 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21PROGRAMS += VBoxTray
22VBoxTray_TEMPLATE = NewVBoxGuestR3Exe
23ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
24 VBoxTray_INSTTYPE = none
25 VBoxTray_DEBUG_INSTTYPE = both
26endif
27VBoxTray_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST)
28VBoxTray_DEFS = \
29 VBOX_WITH_HGCM \
30 VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\"
31VBoxTray_INCS = ../include
32VBoxTray_SOURCES = \
33 VBoxTray.cpp \
34 VBoxDispIf.cpp \
35 VBoxSeamless.cpp \
36 VBoxClipboard.cpp \
37 VBoxDisplay.cpp \
38 VBoxVRDP.cpp \
39 VBoxRestore.cpp \
40 VBoxIPC.cpp \
41 VBoxHelpers.cpp \
42 VBoxTray.rc
43ifdef VBOX_WITH_DRAG_AND_DROP
44 VBoxTray_DEFS += \
45 VBOX_WITH_DRAG_AND_DROP \
46 $(if $(VBOX_WITH_DRAG_AND_DROP_GH),VBOX_WITH_DRAG_AND_DROP_GH,)
47 VBoxTray_SOURCES += \
48 VBoxDnD.cpp \
49 VBoxDnDDataObject.cpp \
50 VBoxDnDEnumFormat.cpp \
51 VBoxDnDDropSource.cpp \
52 VBoxDnDDropTarget.cpp
53 VBoxTray_LIBS += \
54 $(PATH_STAGE_LIB)/additions/VBoxDnDGuestR3Lib$(VBOX_SUFF_LIB)
55endif
56ifdef VBOX_WITH_GUEST_PROPS
57 VBoxTray_DEFS += _WIN32_IE=0x500 VBOX_WITH_GUEST_PROPS
58 VBoxTray_SOURCES += \
59 VBoxHostVersion.cpp \
60 VBoxLA.cpp
61endif
62ifdef VBOX_WITH_SHARED_FOLDERS
63 VBoxTray_DEFS += VBOX_WITH_SHARED_FOLDERS
64 VBoxTray_SOURCES += \
65 VBoxSharedFolders.cpp
66 VBoxTray_LIBS.win += \
67 mpr.lib
68endif
69ifdef VBOX_WITH_MMR
70 VBoxTray_DEFS += VBOX_WITH_MMR
71 VBoxTray_SOURCES += \
72 VBoxMMR.cpp
73endif
74ifdef VBOX_WITH_WDDM
75 VBoxTray_DEFS += VBOX_WITH_WDDM
76 # VBoxTray_DEFS += LOG_ENABLED
77 VBoxTray_SOURCES += ../Graphics/Video/disp/wddm/VBoxDispKmt.cpp
78endif
79
80# VBoxTray.cpp uses VBOX_SVN_REV.
81VBoxTray.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
82VBoxTray.cpp_DEPS = $(VBOX_SVN_REV_KMK)
83
84# The icon location is configurable.
85VBoxTray.rc_INCS = $(VBoxTray_0_OUTDIR)
86VBoxTray.rc_DEPS = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc
87VBoxTray.rc_CLEAN = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc
88
89# Icon include file.
90$$(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxTray_DEFPATH)/Makefile.kmk | $$(dir $$@)
91 $(RM) -f $@
92 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"'
93
94include $(FILE_KBUILD_SUB_FOOTER)
95
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette