VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk@ 8061

Last change on this file since 8061 was 5999, checked in by vboxsync, 17 years ago

The Giant CDDL Dual-License Header Change.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.5 KB
Line 
1# $Id: Makefile.kmk 5999 2007-12-07 15:05:06Z vboxsync $
2## @file
3# Sub-Makefile for VBoxVideo.
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
22
23# This has to run on NT4!
24SYSMODS += VBoxVideo
25VBoxVideo_TEMPLATE = VBOXW32GUESTR0
26ifdef VBOX_SIGN_ADDITIONS
27 VBoxVideo_NOINST = true
28endif
29VBoxVideo_SDKS = W2K3DDKX86 WINPSDKINCS
30VBoxVideo_DEFS = LOG_TO_BACKDOOR VBOX_WITH_8BPP_MODES
31#VBoxVideo_DEFS += LOG_ENABLED
32VBoxVideo_INCS = ../../include
33VBoxVideo_LDFLAGS = /Entry:DriverEntry@8
34VBoxVideo_SOURCES = \
35 VBoxVideo.cpp \
36 Helper.cpp \
37 VBoxVideo.def \
38 VBoxVideo.rc
39VBoxVideo_LIBS = \
40 $(PATH_SDK_W2K3DDKX86_LIB)/exsup.lib \
41 $(PATH_SDK_W2K3DDKX86_LIB)/videoprt.lib \
42 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
43 $(PATH_SDK_W2K3DDKX86_LIB)/ntoskrnl.lib \
44 $(PATH_SDK_W2K3DDKX86_LIB)/hal.lib \
45 $(PATH_LIB)/additions/VBoxGuestLib$(VBOXW32GUEST_SUFF_LIB) \
46 $(PATH_LIB)/additions/RuntimeW32NT4GuestR0$(VBOXW32GUEST_SUFF_LIB)
47
48include $(PATH_KBUILD)/subfooter.kmk
49
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