VirtualBox

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

Last change on this file since 40434 was 39252, checked in by vboxsync, 13 years ago

NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was because of code signing. This will make the .PDBs be installed into stage/debug/ for signed drivers (i.e. with .INF files).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1# $Id: Makefile.kmk 39252 2011-11-09 14:00:21Z vboxsync $
2## @file
3# Sub-Makefile for VBoxTray.
4#
5
6#
7# Copyright (C) 2006-2010 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 = VBOXGUESTR3EXE
23ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
24 VBoxTray_INSTTYPE = none
25 VBoxTray_DEBUG_INSTTYPE = both
26endif
27VBoxTray_DEFS = VBOX_WITH_HGCM LOG_TO_BACKDOOR
28VBoxTray_INCS = ../include
29VBoxTray_SOURCES = \
30 VBoxTray.cpp \
31 VBoxDispIf.cpp \
32 VBoxSeamless.cpp \
33 VBoxClipboard.cpp \
34 VBoxDisplay.cpp \
35 VBoxVRDP.cpp \
36 VBoxRestore.cpp \
37 VBoxIPC.cpp \
38 VBoxHelpers.cpp \
39 VBoxTray.rc
40ifdef VBOX_WITH_GUEST_PROPS
41 VBoxTray_DEFS += _WIN32_IE=0x500 VBOX_WITH_GUEST_PROPS
42 VBoxTray_SOURCES += \
43 VBoxHostVersion.cpp
44endif
45ifdef VBOX_WITH_SHARED_FOLDERS
46 VBoxTray_DEFS += VBOX_WITH_SHARED_FOLDERS
47 VBoxTray_SOURCES += \
48 VBoxSharedFolders.cpp
49 VBoxTray_LIBS.win += \
50 mpr.lib
51endif
52
53VBoxTray_LIBS = \
54 $(VBOX_LIB_IPRT_GUEST_R3) \
55 $(VBOX_LIB_VBGL_R3)
56
57include $(KBUILD_PATH)/sdks/WINDDK.kmk
58VBoxTray_INCS += $(PATH_SDK_WINDDK_INC_API) $(PATH_SDK_WINDDK_INC_DDK)
59
60ifdef VBOX_WITH_WDDM
61 VBoxTray_DEFS += VBOX_WITH_WDDM
62 # VBoxTray_DEFS += LOG_ENABLED
63endif
64
65# VBoxTray.cpp uses VBOX_SVN_REV.
66VBoxTray.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
67VBoxTray.cpp_DEPS = $(VBOX_SVN_REV_KMK)
68
69# The icon location is configurable.
70VBoxTray.rc_INCS = $(VBoxTray_0_OUTDIR)
71VBoxTray.rc_DEPS = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc
72VBoxTray.rc_CLEAN = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc
73
74# Icon include file.
75$$(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxTray_DEFPATH)/Makefile.kmk | $$(dir $$@)
76 $(RM) -f $@
77 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"'
78
79include $(KBUILD_PATH)/subfooter.kmk
80
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