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
26 lines
556 B
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
|