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.

21 lines
386 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. SOURCES=hidusb.c \
  9. pnp.c \
  10. ioctl.c \
  11. hid.c \
  12. usb.c \
  13. sysctrl.c \
  14. hidusb.rc
  15. PRECOMPILED_INCLUDE=pch.h
  16. PRECOMPILED_PCH=pch.pch
  17. PRECOMPILED_OBJ=pch.obj