VirtualBox

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

Last change on this file since 33929 was 33241, checked in by vboxsync, 14 years ago

wddm/3d: chromium hgsmi working (still disabled to make some cleaning)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 KB
Line 
1# $Id: Makefile.kmk 33241 2010-10-19 16:37:06Z 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 $(VBOX_PATH_ADDITIONS_LIB)/HGSMIGuestR0Lib$(VBOX_SUFF_LIB)
61
62ifdef VBOX_WITH_WDDM
63
64 ifeq ($(KBUILD_TARGET_ARCH), amd64)
65 $(warning VBoxVideoD3D: make it 32bit for 64bit builds)
66 endif
67
68DLLS += VBoxDispD3D
69 if defined(VBOX_SIGNING_MODE)
70VBoxDispD3D_NOINST = true
71 endif
72VBoxDispD3D_TEMPLATE = VBOXGUESTR3DLL
73VBoxDispD3D_DEFS = UNICODE _UNICODE VBOX_WITH_WDDM VBOXWDDMDISP
74# VBoxDispD3D_DEFS += VBOXDISPMP_TEST
75ifdef VBOXWDDM_WITH_VBVA
76VBoxDispD3D_DEFS += VBOXWDDM_WITH_VBVA
77endif
78
79ifdef VBOX_WITH_VIDEOHWACCEL
80 VBoxDispD3D_DEFS += VBOX_WITH_VIDEOHWACCEL
81endif
82ifdef VBOX_WDDMDISP_WITH_PROFILE
83 VBoxDispD3D_DEFS += VBOX_WDDMDISP_WITH_PROFILE
84endif
85ifdef VBOXWDDM_TEST_UHGSMI
86 VBoxDispD3D_DEFS += VBOXWDDM_TEST_UHGSMI
87endif
88VBoxDispD3D_SOURCES = \
89 wddm/VBoxDispD3D.cpp \
90 wddm/VBoxDispD3DIf.cpp \
91 wddm/VBoxDispCm.cpp \
92 wddm/VBoxDispMp.cpp \
93 wddm/VBoxScreen.cpp \
94 wddm/VBoxDispMpTst.cpp \
95 wddm/VBoxDispD3D.def \
96 wddm/VBoxDispD3D.rc
97#ifdef VBOX_WITH_CRHGSMI
98#VBoxDispD3D_SOURCES += \
99# wddm/VBoxUhgsmiDisp.cpp \
100# wddm/VBoxUhgsmiKmt.cpp
101#VBoxDispD3D_DEFS += VBOX_WITH_CRHGSMI
102#endif
103VBoxDispD3D_LIBS = \
104 $(VBOX_LIB_IPRT_GUEST_R3) \
105 $(VBOX_LIB_VBGL_R3)
106VBoxDispD3D_SDKS = WINDDKWLH
107# VBoxDispD3D_INCS += ../Wine/include
108
109 ifeq ($(KBUILD_TARGET_ARCH), amd64)
110DLLS += VBoxDispD3D64
111VBoxDispD3D64_EXTENDS = VBoxDispD3D
112VBoxDispD3D64_SOURCES = $(subst VBoxDispD3D.def,VBoxDispD3D64.def,$(VBoxDispD3D_SOURCES))
113 endif
114endif
115
116ifdef VBOX_WITH_CRHGSMI
117#
118# VBoxCrHgsmi
119#
120LIBRARIES += VBoxCrHgsmi
121VBoxCrHgsmi_TEMPLATE = VBOXGUESTR3LIB
122VBoxCrHgsmi_DEFS = UNICODE _UNICODE VBOX_WITH_CRHGSMI IN_VBOXCRHGSMI VBOX_WITH_WDDM VBOX_WITH_VDMA
123VBoxCrHgsmi_SOURCES = \
124 wddm/VBoxCrHgsmi.cpp \
125 wddm/VBoxUhgsmiKmt.cpp
126VBoxCrHgsmi_SDKS = WINDDKWLH
127endif
128
129ifdef VBOXVIDEOWINDBG
130DLLS += vbvdbg
131vbvdbg_TEMPLATE = VBOXR3STATIC
132vbvdbg_DEFS = UNICODE _UNICODE
133vbvdbg_SOURCES = \
134 wddm/dbg/VBoxVideoWinDbg.cpp \
135 wddm/dbg/VBoxVideoWinDbg.def
136vbvdbg_SDKS = WINDDKWLH
137
138PROGRAMS += tstMvWnd
139tstMvWnd_TEMPLATE = VBOXR3EXE
140tstMvWnd_DEFS = UNICODE _UNICODE
141tstMvWnd_SOURCES = \
142 wddm/dbg/tstMvWnd.cpp
143tstMvWnd_LIBS = \
144 $(LIB_RUNTIME)
145tstMvWnd_LDFLAGS.win = /SUBSYSTEM:windows
146endif
147
148
149include $(KBUILD_PATH)/subfooter.kmk
150
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