Source code of Windows XP (NT5)
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

  1. TARGETNAME=hidbatt
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. MSC_WARNING_LEVEL=-W3 -WX
  5. C_DEFINES=-DDRIVER
  6. TARGETLIBS= \
  7. ..\battc\$(O)\battc.lib \
  8. $(DDK_LIB_PATH)\hidclass.lib \
  9. $(DDK_LIB_PATH)\hidparse.lib
  10. SOURCES= \
  11. hidbatt.cpp \
  12. drvclass.cpp \
  13. hidbattio.cpp \
  14. ckhid.cpp \
  15. ckutils.cpp \
  16. hidbattpnp.cpp \
  17. cbattery.cpp \
  18. hidbatt.rc