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
502 B
22 lines
502 B
TARGETNAME=hidbatt
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
C_DEFINES=-DDRIVER
|
|
|
|
TARGETLIBS= \
|
|
..\battc\$(O)\battc.lib \
|
|
$(DDK_LIB_PATH)\hidclass.lib \
|
|
$(DDK_LIB_PATH)\hidparse.lib
|
|
|
|
SOURCES= \
|
|
hidbatt.cpp \
|
|
drvclass.cpp \
|
|
hidbattio.cpp \
|
|
ckhid.cpp \
|
|
ckutils.cpp \
|
|
hidbattpnp.cpp \
|
|
cbattery.cpp \
|
|
hidbatt.rc
|
|
|