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.

25 lines
413 B

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