VirtualBox

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

Last change on this file since 42239 was 42239, checked in by vboxsync, 12 years ago

More Visual C++ 2010 adjustments and hacks.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1# $Id: Makefile.kmk 42239 2012-07-19 20:40:31Z vboxsync $
2## @file
3# Sub-Makefile for VBoxTray.
4#
5
6#
7# Copyright (C) 2006-2012 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
27if defined(VBOX_USE_VCC100) || defined(VBOX_USE_VCC110)
28 VBoxTray_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST)
29endif
30VBoxTray_DEFS = VBOX_WITH_HGCM LOG_TO_BACKDOOR
31VBoxTray_INCS = ../include
32if !defined(VBOX_USE_VCC100) && !defined(VBOX_USE_VCC110)
33 include $(KBUILD_PATH)/sdks/WINDDK.kmk # WTF is this about?
34 VBoxTray_INCS += $(PATH_SDK_WINDDK_INC_API) $(PATH_SDK_WINDDK_INC_DDK)
35endif
36VBoxTray_SOURCES = \
37 VBoxTray.cpp \
38 VBoxDispIf.cpp \
39 VBoxSeamless.cpp \
40 VBoxClipboard.cpp \
41 VBoxDisplay.cpp \
42 VBoxVRDP.cpp \
43 VBoxRestore.cpp \
44 VBoxIPC.cpp \
45 VBoxHelpers.cpp \
46 VBoxTray.rc
47ifdef VBOX_WITH_GUEST_PROPS
48 VBoxTray_DEFS += _WIN32_IE=0x500 VBOX_WITH_GUEST_PROPS
49 VBoxTray_SOURCES += \
50 VBoxHostVersion.cpp \
51 VBoxLA.cpp
52endif
53ifdef VBOX_WITH_SHARED_FOLDERS
54 VBoxTray_DEFS += VBOX_WITH_SHARED_FOLDERS
55 VBoxTray_SOURCES += \
56 VBoxSharedFolders.cpp
57 VBoxTray_LIBS.win += \
58 mpr.lib
59endif
60ifdef VBOX_WITH_MMR
61 VBoxTray_DEFS += VBOX_WITH_MMR
62 VBoxTray_SOURCES += \
63 VBoxMMR.cpp
64endif
65
66ifdef VBOX_WITH_WDDM
67 VBoxTray_DEFS += VBOX_WITH_WDDM
68 # VBoxTray_DEFS += LOG_ENABLED
69endif
70
71# VBoxTray.cpp uses VBOX_SVN_REV.
72VBoxTray.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
73VBoxTray.cpp_DEPS = $(VBOX_SVN_REV_KMK)
74
75# The icon location is configurable.
76VBoxTray.rc_INCS = $(VBoxTray_0_OUTDIR)
77VBoxTray.rc_DEPS = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc
78VBoxTray.rc_CLEAN = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc
79
80# Icon include file.
81$$(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxTray_DEFPATH)/Makefile.kmk | $$(dir $$@)
82 $(RM) -f $@
83 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"'
84
85include $(FILE_KBUILD_SUB_FOOTER)
86
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