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.

38 lines
824 B

  1. TARGETNAME=hidclass
  2. TARGETTYPE=EXPORT_DRIVER
  3. TARGETPATH=obj
  4. PASS1_PUBLISH={$(O)\hidclass.lib=$(DDK_LIB_PATH)\$(TARGETNAME).lib}
  5. MSC_WARNING_LEVEL=-W3 -WX
  6. USE_MAPSYM=1
  7. TARGETLIBS=$(DDK_LIB_PATH)\hidparse.lib
  8. INCLUDES=..\inc
  9. SOURCES= hidclass.rc \
  10. remotewake.c \
  11. driverex.c \
  12. feature.c \
  13. complete.c \
  14. dispatch.c \
  15. fdoext.c \
  16. name.c \
  17. pingpong.c \
  18. physdesc.c \
  19. read.c \
  20. services.c \
  21. util.c \
  22. polled.c \
  23. write.c \
  24. device.c \
  25. power.c \
  26. security.c \
  27. idle.c \
  28. debug.c
  29. PRECOMPILED_INCLUDE=pch.h
  30. PRECOMPILED_PCH=pch.pch
  31. PRECOMPILED_OBJ=pch.obj