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.

61 lines
1.4 KiB

  1. MAJORCOMP=ntos
  2. MINORCOMP=pci
  3. TARGETNAME=pci
  4. TARGETTYPE=DRIVER
  5. TARGETPATH=obj
  6. TARGETLIBS=$(DDK_LIB_PATH)\wdm.lib \
  7. $(DDK_LIB_PATH)\arbiter.lib
  8. C_DEFINES=-DHANDLE_BOGUS_CAPS $(C_DEFINES)
  9. MSC_WARNING_LEVEL=/W4 /WX
  10. PASS0_HEADERDIR=$(O)
  11. PASS0_SOURCEDIR=$(O)
  12. INCLUDES=$(PROJECT_ROOT)\ntos\inc;$(PROJECT_ROOT)\hals\inc
  13. SOURCES= \
  14. pci.rc \
  15. pcicodes.mc \
  16. agpintrf.c \
  17. ar_busno.c \
  18. ar_memio.c \
  19. arb_comn.c \
  20. busintrf.c \
  21. busno.c \
  22. cardbus.c \
  23. config.c \
  24. debug.c \
  25. devhere.c \
  26. device.c \
  27. dispatch.c \
  28. enum.c \
  29. fdo.c \
  30. guid.c \
  31. hookhal.c \
  32. id.c \
  33. ideintrf.c \
  34. init.c \
  35. intrface.c \
  36. lddintrf.c \
  37. locintrf.c \
  38. pciverifier.c \
  39. pdo.c \
  40. pmeintf.c \
  41. power.c \
  42. ppbridge.c \
  43. romimage.c \
  44. routintf.c \
  45. state.c \
  46. tr_comn.c \
  47. tr_irq.c \
  48. usage.c \
  49. utils.c
  50. PRECOMPILED_INCLUDE=pcip.h
  51. PRECOMPILED_PCH=pcip.pch
  52. PRECOMPILED_OBJ=pcip.obj
  53. POST_BUILD_CMD=link -edit -section:.rsrc,!d $(O)\pci.sys