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.
20 lines
338 B
20 lines
338 B
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=mouhid
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
MCS_WARNING_LEVEL= /W3 /WX
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
TARGETLIBS= $(DDK_LIB_PATH)\hidparse.lib
|
|
|
|
SOURCES= mouhidm.mc \
|
|
mouhid.rc \
|
|
mouhid.c \
|
|
pnp.c \
|
|
read.c \
|
|
creatcls.c \
|
|
wmi.c
|