VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/Makefile.kmk

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • 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 98103 2023-01-17 14:15:46Z vboxsync $
2## @file
3# Sub-Makefile for the VirtualBox WDDM user mode driver
4#
5
6#
7# Copyright (C) 2017-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
32#
33# VBoxDispMpLogger - display backdoor logger library
34#
35LIBRARIES += VBoxDispMpLogger
36VBoxDispMpLogger_TEMPLATE = VBoxGuestR3Lib
37VBoxDispMpLogger_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_WLH)
38VBoxDispMpLogger_DEFS = UNICODE _UNICODE VBOX_WITH_WDDM VBOX_WITH_HGCM
39VBoxDispMpLogger_INCS = \
40 $(PATH_ROOT)/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared \
41 $(VBOX_GRAPHICS_INCS)
42VBoxDispMpLogger_SOURCES = \
43 VBoxDispMpLogger.cpp
44
45#
46# 64-bit systems needs a 32-bit version of VBoxDispMpLogger.
47#
48LIBRARIES.amd64 += VBoxDispMpLogger-x86
49VBoxDispMpLogger-x86_TEMPLATE = VBoxGuestR3Lib
50VBoxDispMpLogger-x86_EXTENDS = VBoxDispMpLogger
51VBoxDispMpLogger-x86_BLD_TRG_ARCH = x86
52VBoxDispMpLogger-x86_DEFS = $(VBoxDispMpLogger_DEFS) VBOX_WDDM_WOW64
53
54
55#
56# VBoxWddmUmKmt - User mode kernel mode thunk (KMT) interfaces
57#
58LIBRARIES += VBoxWddmUmKmt
59VBoxWddmUmKmt_TEMPLATE = VBoxGuestR3Lib
60VBoxWddmUmKmt_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_WLH)
61VBoxWddmUmKmt_DEFS = UNICODE _UNICODE VBOX_WITH_WDDM VBOX_WITH_HGCM
62VBoxWddmUmKmt_INCS = \
63 $(PATH_ROOT)/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared \
64 $(VBOX_GRAPHICS_INCS)
65VBoxWddmUmKmt_SOURCES = \
66 VBoxDispKmt.cpp
67
68#
69# 64-bit systems needs a 32-bit version of VBoxWddmUmKmt.
70#
71LIBRARIES.amd64 += VBoxWddmUmKmt-x86
72VBoxWddmUmKmt-x86_TEMPLATE = VBoxGuestR3Lib
73VBoxWddmUmKmt-x86_EXTENDS = VBoxWddmUmKmt
74VBoxWddmUmKmt-x86_BLD_TRG_ARCH = x86
75VBoxWddmUmKmt-x86_DEFS = $(VBoxWddmUmKmt_DEFS) VBOX_WDDM_WOW64
76
77
78include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use