Windows2003-3790/base/boot/kdcom/sources.inc
2020-09-30 16:53:55 +02:00

27 lines
556 B
PHP

MAJORCOMP=ntos
MINORCOMP=kdcom
TARGETNAME=kdcom
TARGETPATH=obj
TARGETLIBS=$(DDK_LIB_PATH)\hal.lib
MSC_WARNING_LEVEL=/W3 /WX
INCLUDES=..\..\..\ntos\inc; \
$(SDKTOOLS_INC_PATH); \
$(HALKIT_INC_PATH)
C_DEFINES=$(C_DEFINES) -DACPI_HAL
SOURCES=..\kdcom.rc \
..\kdcom.c \
..\kdcomio.c \
..\ixkdcom.c \
..\xxkdsup.c
# Turn off speculation in this module so debugger
# does not wipe out all the interupt history with
# speculation faults.
IA64_DEBUGGABLE_OPTIMIZATION=1