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.

23 lines
391 B

  1. TARGETNAME=hidusb
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. TARGETLIBS=$(DDK_LIB_PATH)\hidclass.lib \
  5. $(DDK_LIB_PATH)\usbd.lib
  6. C_DEFINES=-DPNP_POWER
  7. USE_MAPSYM=1
  8. INCLUDES=..\inc;
  9. SOURCES=hidusb.c \
  10. pnp.c \
  11. ioctl.c \
  12. hid.c \
  13. usb.c \
  14. sysctrl.c \
  15. hidusb.rc
  16. PRECOMPILED_INCLUDE=pch.h
  17. PRECOMPILED_PCH=pch.pch
  18. PRECOMPILED_OBJ=pch.obj