VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk@ 2478

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

[Mm]akefile -> Makefile.kmk

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.4 KB
Line 
1# $Id: Makefile.kmk 2478 2007-05-04 00:46:16Z vboxsync $
2## @file
3# Makefile for VBoxGuest (Windows Guest Additions Driver).
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 = ../../../../..
23include $(PATH_KBUILD)/header.kmk
24
25SYSMODS = VBoxGuest VBoxGuestNT
26#PROGRAMS = VBoxGuestInst
27
28#
29# VBoxGuest
30#
31VBoxGuest_TEMPLATE = VBOXW32GUESTR0
32VBoxGuest_SDKS = W2K3DDKX86 WINPSDKINCS
33VBoxGuest_DEFS = LOG_TO_BACKDOOR VBGL_VBOXGUEST VBOX_HGCM VBOX_REBOOT_ON_UNINSTALL
34#VBoxGuest_DEFS += LOG_ENABLED
35VBoxGuest_LDFLAGS = -Entry:DriverEntry@8
36VBoxGuest_SOURCES = \
37 VBoxGuest.cpp \
38 VBoxGuestPnP.cpp \
39 Helper.cpp \
40 VBoxGuest.rc
41VBoxGuest_LIBS = \
42 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
43 $(PATH_SDK_W2K3DDKX86_LIB)/win32k.lib \
44 $(PATH_SDK_W2K3DDKX86_LIB)/ntoskrnl.lib \
45 $(PATH_SDK_W2K3DDKX86_LIB)/hal.lib \
46 $(PATH_LIB)/additions/VBoxGuestLibBase$(VBOXW32GUEST_SUFF_LIB) \
47 $(PATH_LIB)/additions/RuntimeW32GuestR0$(VBOXW32GUEST_SUFF_LIB)
48
49#
50# VBoxGuestNT - NT version of the driver.
51#
52VBoxGuestNT_TEMPLATE = VBOXW32GUESTR0
53VBoxGuestNT_SDKS = W2K3DDKX86 WINPSDKINCS
54VBoxGuestNT_DEFS = $(VBoxGuest_DEFS) TARGET_NT4
55VBoxGuestNT_INCS = $(VBoxGuest_INCS)
56VBoxGuestNT_LDFLAGS = $(VBoxGuest_LDFLAGS)
57VBoxGuestNT_SOURCES = \
58 VBoxGuest.cpp \
59 Helper.cpp \
60 NTLegacy.cpp \
61 VBoxGuest.rc
62VBoxGuestNT_LIBS = \
63 $(PATH_SDK_W2K3DDKX86_LIB)/exsup.lib \
64 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
65 $(PATH_SDK_W2K3DDKX86_LIB)/ntoskrnl.lib \
66 $(PATH_SDK_W2K3DDKX86_LIB)/hal.lib \
67 $(PATH_LIB)/additions/VBoxGuestLibBase$(VBOXW32GUEST_SUFF_LIB) \
68 $(PATH_LIB)/additions/RuntimeW32NT4GuestR0$(VBOXW32GUEST_SUFF_LIB)
69# $(PATH_SDK_W2K3DDKX86_LIB)/win32k.lib - not needed?
70
71#
72# VBoxGuestInst - The installer.
73#
74VBoxGuestInst_TEMPLATE= VBOXW32GUESTR3
75VBoxGuestInst_SOURCES = VBoxGuestInst.cpp
76
77include $(PATH_KBUILD)/footer.kmk
78
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