VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/i8042prt/Makefile@ 1071

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