VirtualBox

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

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

Driver entry point name

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 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
29#
30# VBoxTap
31#
32VBoxTAP_TEMPLATE = VBOXR0DRV
33VBoxTAP_SDKS = W2K3DDK WINPSDKINCS
34VBoxTAP_LDFLAGS.x86 = -Entry:DriverEntry@8
35VBoxTAP_LDFLAGS.amd64 = -Entry:DriverEntry
36VBoxTAP_SOURCES = \
37 $(VBOX_PATH_VBOXTAP)/tapdrvr.c \
38 $(VBOX_PATH_VBOXTAP)/VBoxTAP.rc
39VBoxTAP_LIBS = \
40 $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB) \
41 $(PATH_SDK_W2K3DDK_LIB)/ntoskrnl.lib \
42 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \
43 $(PATH_SDK_W2K3DDK_LIB)/ndis.lib \
44 $(PATH_SDK_W2K3DDK_LIB)/ntstrsafe.lib \
45 $(PATH_SDK_W2K3DDK_LIB)/BufferOverflowK.lib
46
47#
48# Install the .inf.
49#
50VBoxTAP-inf_INST = bin/
51VBoxTAP-inf_MODE = a+r,u+w
52VBoxTAP-inf_SOURCES = $(VBOX_PATH_VBOXTAP)/VBoxTAP.inf
53
54
55# generate rules
56include $(PATH_KBUILD)/subfooter.kmk
57
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