VirtualBox

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

Last change on this file since 7063 was 6973, checked in by vboxsync, 17 years ago

Initial commit of VRDP text cache (disabled).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1# $Id: Makefile.kmk 6973 2008-02-15 17:28:12Z vboxsync $
2## @file
3# Sub-Makefile for VBoxDisp.dll.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
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
18DEPTH ?= ../../../../../..
19SUB_DEPTH = ../../..
20include $(PATH_KBUILD)/subheader.kmk
21
22SYSMODS += VBoxDisp
23VBoxDisp_TEMPLATE = VBOXW32GUESTR0
24ifdef VBOX_SIGN_ADDITIONS
25 VBoxDisp_NOINST = true
26endif
27VBoxDisp_SDKS = W2K3DDKX86 WINPSDKINCS
28VBoxDisp_SYSSUFF = .dll
29VBoxDisp_DEFS = _WIN32_WINNT=0x0501 LOG_TO_BACKDOOR VBOX_WITH_DDRAW VBOX_WITH_OPENGL
30VBoxDisp_INCS = ../../include
31VBoxDisp_DEFS += VBOX_VBVA_ADJUST_RECT
32#VBoxDisp_DEFS += LOG_ENABLED
33#VBoxDisp_DEFS += STAT_sunlover
34VBoxDisp_SOURCES = \
35 color.c \
36 debug.c \
37 enable.c \
38 palette.c \
39 pointer.c \
40 screen.c \
41 drv.c \
42 dd.c \
43 vbva.c \
44 vrdp.c \
45 vrdpbmp.c \
46 vrdptext.c \
47 vbox.c \
48 VBoxDisp.def \
49 VBoxDisp.rc
50VBoxDisp_LDFLAGS = /Entry:DrvEnableDriver@12
51VBoxDisp_LIBS = \
52 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
53 $(PATH_SDK_W2K3DDKX86_LIB)/win32k.lib \
54 $(PATH_LIB)/additions/RuntimeW32GuestR0$(VBOXW32GUEST_SUFF_LIB)
55ifndef VBOX_USE_VCC80
56VBoxDisp_LIBS += \
57 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/libcmt.lib
58endif
59
60
61include $(PATH_KBUILD)/subfooter.kmk
62
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette