VirtualBox

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

Last change on this file since 4071 was 4071, checked in by vboxsync, 18 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1# $Id: Makefile.kmk 4071 2007-08-07 17:07:59Z 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 as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16
17DEPTH ?= ../../../../../..
18SUB_DEPTH = ../../..
19include $(PATH_KBUILD)/subheader.kmk
20
21
22# This has to run on NT4!
23SYSMODS += VBoxVideo
24VBoxVideo_TEMPLATE = VBOXW32GUESTR0
25ifdef VBOX_SIGN_ADDITIONS
26 VBoxVideo_NOINST = true
27endif
28VBoxVideo_SDKS = W2K3DDKX86 WINPSDKINCS
29VBoxVideo_DEFS = LOG_TO_BACKDOOR
30#VBoxVideo_DEFS += LOG_ENABLED
31VBoxVideo_INCS = ../../include
32VBoxVideo_LDFLAGS = /Entry:DriverEntry@8
33VBoxVideo_SOURCES = \
34 VBoxVideo.cpp \
35 Helper.cpp \
36 VBoxVideo.def \
37 VBoxVideo.rc
38VBoxVideo_LIBS = \
39 $(PATH_SDK_W2K3DDKX86_LIB)/videoprt.lib \
40 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
41 $(PATH_SDK_W2K3DDKX86_LIB)/ntoskrnl.lib \
42 $(PATH_SDK_W2K3DDKX86_LIB)/hal.lib \
43 $(PATH_LIB)/additions/VBoxGuestLib$(VBOXW32GUEST_SUFF_LIB) \
44 $(PATH_LIB)/additions/RuntimeW32NT4GuestR0$(VBOXW32GUEST_SUFF_LIB)
45
46include $(PATH_KBUILD)/subfooter.kmk
47
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