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.

17 lines
247 B

  1. TARGETNAME=usbdiag
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. USE_MAPSYM=1
  5. INCLUDES=..\..\INC;
  6. TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib \
  7. $(DDK_LIB_PATH)\hidparse.lib
  8. SOURCES=chap9drv.c \
  9. ioctl.c \
  10. usbdiag.c \
  11. usbdiag.rc