VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk@ 4612

Last change on this file since 4612 was 4071, checked in by vboxsync, 17 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: 2.0 KB
Line 
1# $Id: Makefile.kmk 4071 2007-08-07 17:07:59Z vboxsync $
2## @file
3# Sub-Makefile for the VirtualBox NT4 guest additions mouse driver.
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
22SYSMODS += VBoxMouseNT
23VBoxMouseNT_TEMPLATE = VBOXW32GUESTR0
24VBoxMouseNT_SDKS = W2K3DDKX86 WINPSDKINCS
25VBoxMouseNT_DEFS = LOG_TO_BACKDOOR
26VBoxMouseNT_INCS = \
27 $(PATH_VBoxMouseNT) \
28 ./include \
29 ./i386
30VBoxMouseNT_LDFLAGS = -Entry:DriverEntry@8
31VBoxMouseNT_SOURCES = \
32 i8042cmn.c \
33 i8042dep.c \
34 devdesc.c \
35 kbdcmn.c \
36 kbddep.c \
37 moucmn.c \
38 moudep.c \
39 i8042prt.rc
40VBoxMouseNT_LIBS = \
41 $(PATH_SDK_W2K3DDKX86_LIB)/exsup.lib \
42 $(PATH_SDK_W2K3DDKX86_LIB)/int64.lib \
43 $(PATH_SDK_W2K3DDKX86_LIB)/ntoskrnl.lib \
44 $(PATH_SDK_W2K3DDKX86_LIB)/hal.lib \
45 $(PATH_LIB)/additions/VBoxGuestLib$(VBOXW32GUEST_SUFF_LIB) \
46 $(PATH_LIB)/additions/RuntimeW32NT4GuestR0$(VBOXW32GUEST_SUFF_LIB) \
47 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/libcmt.lib
48VBoxMouseNT_DEPS = \
49 $(PATH_VBoxMouseNT)/i8042log.rc
50VBoxMouseNT_CLEAN = \
51 $(PATH_VBoxMouseNT)/i8042log.dbg \
52 $(PATH_VBoxMouseNT)/i8042log.h \
53 $(PATH_VBoxMouseNT)/i8042log.rc \
54 $(PATH_VBoxMouseNT)/MSG00001.bin
55
56
57include $(PATH_KBUILD)/subfooter.kmk
58
59
60$(PATH_VBoxMouseNT)/i8042log.rc: $(VBoxMouseNT_PATH)/i8042log.mc | $(call DIRDEP,$(PATH_VBoxMouseNT))
61 $(call MSG_COMPILE,VBoxMouseNT,$<,$@,RC)
62 $(QUIET)$(WIN32_MC) \
63 -r $(PATH_VBoxMouseNT)/ \
64 -x $(PATH_VBoxMouseNT)/ \
65 -h $(PATH_VBoxMouseNT)/ \
66 $(subst /,\\,$<)
67
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