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.

33 lines
530 B

  1. TARGETNAME=dot4usb
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. !if $(386)
  5. MSC_WARNING_LEVEL=-W4 -WX
  6. !endif
  7. TARGETLIBS= $(BASEDIR)\public\ddk\lib\*\usbd.lib
  8. SOURCES= \
  9. adddev.c \
  10. initunld.c \
  11. ioctl.c \
  12. openclos.c \
  13. pnp.c \
  14. power.c \
  15. readwrit.c \
  16. registry.c \
  17. test.c \
  18. usb.c \
  19. util.c \
  20. filter.rc \
  21. d4ulog.mc
  22. PRECOMPILED_INCLUDE=pch.h
  23. PRECOMPILED_PCH=pch.pch
  24. PRECOMPILED_OBJ=pch.obj
  25. USE_MAPSYM=1
  26.