mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
346 B
22 lines
346 B
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=kbdhid
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
MCS_WARNING_LEVEL= /W3 /WX
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
TARGETLIBS= $(DDK_LIB_PATH)\hidparse.lib
|
|
|
|
SOURCES= kbdhidm.mc \
|
|
kbdhid.rc \
|
|
kbdhid.c \
|
|
pnp.c \
|
|
read.c \
|
|
creatcls.c \
|
|
wmi.c \
|
|
mapusage.c
|
|
|