VirtualBox

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

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

Additions signing in progress. Blocked by VBOX_SIGN_ADDITIONS for now.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1# $Id: Makefile.kmk 2705 2007-05-18 12:31:56Z vboxsync $
2## @file
3# Sub-Makefile for VBoxVideo.
4#
5
6#
7# Copyright (C) 2006 InnoTek Systemberatung 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#
17# If you received this file as part of a commercial VirtualBox
18# distribution, then only the terms of your commercial VirtualBox
19# license agreement apply instead of the previous paragraph.
20#
21
22DEPTH ?= ../../../../../..
23SUB_DEPTH = ../../..
24include $(PATH_KBUILD)/subheader.kmk
25
26
27# This has to run on NT4!
28SYSMODS += VBoxVideo
29VBoxVideo_TEMPLATE = VBOXW32GUESTR0
30ifdef VBOX_SIGN_ADDITIONS
31 VBoxVideo_NOINST = true
32endif
33VBoxVideo_SDKS = W2K3DDKX86 WINPSDKINCS
34VBoxVideo_DEFS = LOG_TO_BACKDOOR
35#VBoxVideo_DEFS += LOG_ENABLED
36VBoxVideo_LDFLAGS = /Entry:DriverEntry@8
37VBoxVideo_SOURCES = \
38 VBoxVideo.cpp \
39 Helper.cpp \
40 VBoxVideo.def \
41 VBoxVideo.rc
42VBoxVideo_LIBS = \
43 $(PATH_SDK_W2K3DDKX86_LIB)/videoprt.lib \
44 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
45 $(PATH_SDK_W2K3DDKX86_LIB)/ntoskrnl.lib \
46 $(PATH_SDK_W2K3DDKX86_LIB)/hal.lib \
47 $(PATH_LIB)/additions/VBoxGuestLib$(VBOXW32GUEST_SUFF_LIB) \
48 $(PATH_LIB)/additions/RuntimeW32NT4GuestR0$(VBOXW32GUEST_SUFF_LIB)
49
50include $(PATH_KBUILD)/subfooter.kmk
51
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