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.

29 lines
533 B

  1. TARGETNAME=usbhub20
  2. TARGETTYPE=DRIVER
  3. DDKROOT=$(_NTDRIVE)$(_NTROOT)
  4. C_DEFINES= $(C_DEFINES) -DWMI_SUPPORT -DUSB2 -DUSBHUB20
  5. TARGETPATH=obj
  6. INCLUDES=$(DDKROOT)\private\ntos\inc; \
  7. ..\..\..\inc
  8. TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib
  9. USE_MAPSYM=1
  10. MSC_WARNING_LEVEL=/W3 /WX
  11. SOURCES=..\usbhub.c \
  12. ..\busif.c \
  13. ..\sync.c \
  14. ..\ioctli.c \
  15. ..\pnppower.c\
  16. ..\globals.c \
  17. ..\dbg.c \
  18. ..\parent.c \
  19. ..\hubpwr.c \
  20. usbhub20.rc