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.
35 lines
807 B
35 lines
807 B
TARGETNAME=hidclass
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
TARGETPATH=obj
|
|
|
|
PASS1_PUBLISH={$(O)\hidclass.lib=$(DDK_LIB_PATH)\$(TARGETNAME).lib}
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
USE_MAPSYM=1
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\hidparse.lib
|
|
|
|
SOURCES= hidclass.rc \
|
|
remotewake.c \
|
|
driverex.c \
|
|
complete.c \
|
|
dispatch.c \
|
|
fdoext.c \
|
|
name.c \
|
|
pingpong.c \
|
|
physdesc.c \
|
|
read.c \
|
|
services.c \
|
|
util.c \
|
|
polled.c \
|
|
write.c \
|
|
device.c \
|
|
power.c \
|
|
security.c \
|
|
idle.c \
|
|
debug.c
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj
|