VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk@ 31634

Last change on this file since 31634 was 30855, checked in by vboxsync, 14 years ago

wddm/3d: bugfixing, windbg extension to save mem buffer as bmp to clipboard, more debugging

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1# $Id: Makefile.kmk 30855 2010-07-14 18:38:43Z vboxsync $
2## @file
3# Sub-Makefile for VBoxDisp.dll.
4#
5
6#
7# Copyright (C) 2006-2007 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
21SYSMODS += VBoxDisp
22VBoxDisp_TEMPLATE = VBOXGUESTR0
23ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
24 VBoxDisp_NOINST = true
25endif
26VBoxDisp_SYSSUFF = .dll
27VBoxDisp_DEFS = _WIN32_WINNT=0x0501 LOG_TO_BACKDOOR VBOX_WITH_DDRAW VBOX_WITH_OPENGL
28VBoxDisp_INCS = ../../include
29#VBoxDisp_DEFS += VBOX_VBVA_ADJUST_RECT
30#VBoxDisp_DEFS += LOG_ENABLED
31ifdef VBOX_WITH_VIDEOHWACCEL
32VBoxDisp_DEFS += VBOX_WITH_VIDEOHWACCEL
33endif
34#VBoxDisp_DEFS += STAT_sunlover
35VBoxDisp_SOURCES = \
36 color.c \
37 debug.c \
38 enable.c \
39 palette.c \
40 pointer.c \
41 screen.c \
42 drv.c \
43 dd.c \
44 vbva.c \
45 vrdp.c \
46 vrdpbmp.c \
47 vrdptext.c \
48 vbox.c \
49 VBoxDisp.def \
50 VBoxDisp.rc
51
52ifdef VBOX_WITH_VIDEOHWACCEL
53VBoxDisp_SOURCES += vhwa.c
54endif
55VBoxDisp_LDFLAGS.x86 = /Entry:DrvEnableDriver@12
56VBoxDisp_LDFLAGS.amd64 = /Entry:DrvEnableDriver
57VBoxDisp_LIBS = \
58 $(PATH_SDK_W2K3DDK_LIB)/win32k.lib \
59 $(VBOX_LIB_IPRT_GUEST_R0)
60
61ifdef VBOX_WITH_HGSMI
62VBoxDisp_LIBS += \
63 $(VBOX_PATH_ADDITIONS_LIB)/HGSMIGuestR0Lib$(VBOX_SUFF_LIB)
64VBoxDisp_DEFS += VBOX_WITH_HGSMI
65endif
66
67ifdef VBOXWDDM
68
69 ifeq ($(KBUILD_TARGET_ARCH), amd64)
70 $(warning VBoxVideoD3D: make it 32bit for 64bit builds)
71 endif
72
73DLLS += VBoxDispD3D
74 if defined(VBOX_SIGNING_MODE)
75VBoxDispD3D_NOINST = true
76 endif
77VBoxDispD3D_TEMPLATE = VBOXGUESTR3DLL
78VBoxDispD3D_DEFS = UNICODE _UNICODE VBOXWDDM VBOXVDMA VBOXWDDMDISP
79# VBoxDispD3D_DEFS += VBOXDISPMP_TEST
80ifdef VBOXWDDM_WITH_VBVA
81VBoxDispD3D_DEFS += VBOXWDDM_WITH_VBVA
82endif
83
84ifdef VBOX_WITH_VIDEOHWACCEL
85 VBoxDispD3D_DEFS += VBOX_WITH_VIDEOHWACCEL
86endif
87VBoxDispD3D_SOURCES = \
88 wddm/VBoxDispD3D.cpp \
89 wddm/VBoxDispD3DIf.cpp \
90 wddm/VBoxDispCm.cpp \
91 wddm/VBoxDispMp.cpp \
92 wddm/VBoxDispMpTst.cpp \
93 wddm/VBoxDispD3D.def \
94 wddm/VBoxDispD3D.rc
95VBoxDispD3D_LIBS = \
96 $(VBOX_LIB_IPRT_GUEST_R3) \
97 $(VBOX_LIB_VBGL_R3)
98VBoxDispD3D_SDKS = WINDDKWLH
99# VBoxDispD3D_INCS += ../Wine/include
100
101 ifeq ($(KBUILD_TARGET_ARCH), amd64)
102DLLS += VBoxDispD3D64
103VBoxDispD3D64_EXTENDS = VBoxDispD3D
104VBoxDispD3D64_SOURCES = $(subst VBoxDispD3D.def,VBoxDispD3D64.def,$(VBoxDispD3D_SOURCES))
105 endif
106endif
107
108ifdef VBOXVIDEOWINDBG
109DLLS += vbvdbg
110vbvdbg_TEMPLATE = VBOXR3STATIC
111vbvdbg_DEFS = UNICODE _UNICODE
112vbvdbg_SOURCES = \
113 wddm/dbg/VBoxVideoWinDbg.cpp \
114 wddm/dbg/VBoxVideoWinDbg.def
115vbvdbg_SDKS = WINDDKWLH
116endif
117
118include $(KBUILD_PATH)/subfooter.kmk
119
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