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.

26 lines
556 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=kdcom
  3. TARGETNAME=kdcom
  4. TARGETPATH=obj
  5. TARGETLIBS=$(DDK_LIB_PATH)\hal.lib
  6. MSC_WARNING_LEVEL=/W3 /WX
  7. INCLUDES=..\..\..\ntos\inc; \
  8. $(SDKTOOLS_INC_PATH); \
  9. $(HALKIT_INC_PATH)
  10. C_DEFINES=$(C_DEFINES) -DACPI_HAL
  11. SOURCES=..\kdcom.rc \
  12. ..\kdcom.c \
  13. ..\kdcomio.c \
  14. ..\ixkdcom.c \
  15. ..\xxkdsup.c
  16. # Turn off speculation in this module so debugger
  17. # does not wipe out all the interupt history with
  18. # speculation faults.
  19. IA64_DEBUGGABLE_OPTIMIZATION=1