Source code of Windows XP (NT5)
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.

52 lines
943 B

  1. !IF 0
  2. Copyright (c) 1989-1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=usbhcdkd
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. PRECOMPILED_INCLUDE=precomp.h
  11. PRECOMPILED_PCH=precomp.pch
  12. PRECOMPILED_OBJ=precomp.obj
  13. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\dbgeng.lib
  15. ##BUGBUG
  16. NTBASE=$(_NTDRIVE)$(_NTROOT)\BASE
  17. NTPUBLIC=$(_NTDRIVE)$(_NTROOT)\public
  18. INCLUDES= ..\inc;\
  19. $(BASE_INC_PATH);\
  20. $(DDK_INC_PATH);\
  21. $(DDK_INC_PATH)\wdm;
  22. USE_MSVCRT=1
  23. UMTYPE=windows
  24. # ICF doesn't do any good for this image. Turn it off.
  25. LINKER_NOICF=1
  26. SOURCES= \
  27. usbhcdkd.cpp \
  28. ext.c \
  29. list.c \
  30. util.c \
  31. struc.c \
  32. log.c \
  33. urb.c \
  34. usbehci.c \
  35. usbohci.c \
  36. usbuhci.c \
  37. usbhcdkd.rc