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
501 B

  1. TARGETNAME=usbuhci
  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= usbuhci.rc \
  11. mpinit.c \
  12. usbuhci.c \
  13. roothub.c \
  14. async.c \
  15. isoch.c \
  16. dbg.c \
  17. bios.c \
  18. int.c
  19. PRECOMPILED_INCLUDE=pch.h
  20. PRECOMPILED_PCH=pch.pch
  21. PRECOMPILED_OBJ=pch.obj