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.

37 lines
752 B

  1. TARGETNAME=kd1394
  2. TARGETPATH=obj
  3. TARGETTYPE=HAL
  4. TARGETLIBS=$(DDK_LIB_PATH)\hal.lib
  5. MSC_WARNING_LEVEL=/W3 /WX
  6. INCLUDES=..\..\ntos\inc; \
  7. $(SDKTOOLS_INC_PATH); \
  8. $(HALKIT_INC_PATH)
  9. C_DEFINES=$(C_DEFINES) -DACPI_HAL
  10. SOURCES=kd1394.rc \
  11. kd1394.c \
  12. kd1394io.c \
  13. ohci1394.c
  14. DLLDEF=kd1394.def
  15. # @@BEGIN_DDKSPLIT
  16. MISCFILES=KD1394_{026663EF-F41B-4A81-B8D3-4B91BB8E9D00}.sld
  17. # @@END_DDKSPLIT
  18. !if $(AXP64)
  19. HALBASE=0xFFFFFFFF80010000
  20. !endif
  21. # Turn off speculation in this module so debugger
  22. # does not wipe out all the itterupt history with
  23. # speculation faults.
  24. IA64_DEBUGGABLE_OPTIMIZATION=1
  25. # No overflow checks in the kernel debugger
  26. BUFFER_OVERFLOW_CHECKS=0