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.

28 lines
521 B

  1. TARGETNAME=isousb
  2. TARGETTYPE=DRIVER
  3. DDKROOT=$(_NTDRIVE)$(_NTROOT)
  4. C_DEFINES= $(C_DEFINES) -DWMI_SUPPORT -DUSB2
  5. TARGETPATH=obj
  6. INCLUDES=$(DDKROOT)\private\ntos\inc; \
  7. ..\..\inc
  8. NTTARGETFILE0=mofcomp
  9. USE_MAPSYM=1
  10. TARGETLIBS=$(DDK_LIB_PATH)\hidclass.lib \
  11. $(DDK_LIB_PATH)\usbd.lib \
  12. $(DDK_LIB_PATH)\ntoskrnl.lib
  13. MSC_WARNING_LEVEL=/W3 /WX
  14. SOURCES=isousb.c \
  15. isopnp.c \
  16. isopwr.c \
  17. isodev.c \
  18. isowmi.c \
  19. isorwr.c \
  20. isostrm.c \
  21. isousb.rc