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.

26 lines
500 B

  1. TARGETNAME=usbehci
  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,coff
  8. LINKER_FLAGS=$(LINKER_FLAGS) -debugtype:map
  9. C_DEFINES=$(C_DEFINES)
  10. INCLUDES=$(INCLUDES);..\..\INC
  11. SOURCES= usbehci.rc \
  12. iso.c \
  13. periodic.c \
  14. sstool.c \
  15. async.c \
  16. mpinit.c \
  17. int.c \
  18. dbg.c \
  19. roothub.c \
  20. usbehci.c