VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxTAP/Makefile@ 400

Last change on this file since 400 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1#
2# Sub-Makefile for the Windows Network Driver.
3#
4
5#
6# Copyright (C) 2006 InnoTek Systemberatung GmbH
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License as published by the Free Software Foundation,
12# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13# distribution. VirtualBox OSE is distributed in the hope that it will
14# be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16# If you received this file as part of a commercial VirtualBox
17# distribution, then only the terms of your commercial VirtualBox
18# license agreement apply instead of the previous paragraph.
19#
20
21DEPTH ?= ../../../..
22SUB_DEPTH = ..
23include $(PATH_KBUILD)/subheader.kmk
24
25SYSMODS.win += VBoxTAP
26INSTALLS.win += VBoxTAP-inf
27
28
29TAP_DRIVER_MAJOR_VERSION = 8
30TAP_DRIVER_MINOR_VERSION = 1
31
32
33#
34# VBoxTap
35#
36VBoxTAP_TEMPLATE = VBOXR0DRV
37VBoxTAP_SDKS = W2K3DDK WINPSDKINCS
38VBoxTAP_DEFS = \
39 TAP_DRIVER_MAJOR_VERSION=$(TAP_DRIVER_MAJOR_VERSION) \
40 TAP_DRIVER_MINOR_VERSION=$(TAP_DRIVER_MINOR_VERSION)
41VBoxTAP_LDFLAGS = -Entry:DriverEntry@8
42VBoxTAP_SOURCES = \
43 $(VBOX_PATH_VBOXTAP)/tapdrvr.c \
44 $(VBOX_PATH_VBOXTAP)/VBoxTAP.rc
45VBoxTAP_LIBS = \
46 $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB) \
47 $(PATH_SDK_W2K3DDK_LIB)/ntoskrnl.lib \
48 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \
49 $(PATH_SDK_W2K3DDK_LIB)/ndis.lib \
50 $(PATH_SDK_W2K3DDK_LIB)/ntstrsafe.lib \
51 $(PATH_SDK_W2K3DDK_LIB)/BufferOverflowK.lib
52
53#
54# Install the .inf.
55#
56VBoxTAP-inf_INST = bin/
57VBoxTAP-inf_MODE = a+r,u+w
58VBoxTAP-inf_SOURCES = $(VBOX_PATH_VBOXTAP)/VBoxTAP.inf
59
60
61# generate rules
62include $(PATH_KBUILD)/subfooter.kmk
63
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