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.

24 lines
424 B

  1. TARGETNAME=usbohci
  2. TARGETTYPE=DRIVER
  3. DRIVERTYPE=WDM
  4. TARGETPATH=obj
  5. TARGETLIBS=..\..\USBPORT\$(O)\usbport.lib
  6. USE_MAPSYM=1
  7. LINKER_FLAGS=$(LINKER_FLAGS) -debugtype:map
  8. C_DEFINES=$(C_DEFINES)
  9. INCLUDES=$(INCLUDES);..\..\INC
  10. SOURCES= usbohci.rc \
  11. mpinit.c \
  12. errata.c \
  13. iso.c \
  14. async.c \
  15. int.c \
  16. dbg.c \
  17. roothub.c \
  18. usbohci.c