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.

47 lines
947 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=pciidex
  7. TARGETPATH=obj
  8. TARGETTYPE=EXPORT_DRIVER
  9. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(DDK_LIB_PATH)\$(TARGETNAME).lib}
  10. C_DEFINES = $(C_DEFINES) /D_NTDRIVER_
  11. TARGETLIBS=$(SDK_LIB_PATH)\wdmguid.lib
  12. INCLUDES=$(BASE_INC_PATH);$(BASEDIR)\base\ntos\inc;..\inc;..\inc\$(O);
  13. #
  14. # with this define we will never actually enable the busmaster
  15. # controller. all dma trasnfers should timeout
  16. #
  17. #C_DEFINES=$(C_DEFINES) -DFAKE_BAD_IDE_DMA_DEVICE
  18. #
  19. # Enable register access for the mini ide drivers
  20. #
  21. #C_DEFINES=$(C_DEFINES) -DENABLE_REGISTER_ACCESS
  22. #
  23. # Enable register access for the mini ide drivers
  24. #
  25. C_DEFINES=$(C_DEFINES) -DENABLE_NATIVE_MODE
  26. SOURCES=pciidex.rc\
  27. ctlrfdo.c \
  28. chanpdo.c \
  29. pciidex.c \
  30. bm.c \
  31. sync.c \
  32. power.c
  33. DLLDEF=$(O)\pciidex.def