Leaked source code of windows server 2003
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

  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. SOURCES= hidclass.rc \
  9. remotewake.c \
  10. driverex.c \
  11. complete.c \
  12. dispatch.c \
  13. fdoext.c \
  14. name.c \
  15. pingpong.c \
  16. physdesc.c \
  17. read.c \
  18. services.c \
  19. util.c \
  20. polled.c \
  21. write.c \
  22. device.c \
  23. power.c \
  24. security.c \
  25. idle.c \
  26. debug.c
  27. PRECOMPILED_INCLUDE=pch.h
  28. PRECOMPILED_PCH=pch.pch
  29. PRECOMPILED_OBJ=pch.obj