mirror of https://github.com/tongzx/nt5src
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.
23 lines
404 B
23 lines
404 B
!IF 0
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!include $(PROJECT_ROOT)\ntos\ntoskrnl.inc
|
|
TARGETNAME=ntoshdrs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=NOTARGET
|
|
|
|
SOURCES=bugcodes.mc
|
|
|
|
NTTARGETFILE0 = $O\bugcodes.txt
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
PASS0_PUBLISH= \
|
|
{$(O)\bugcodes.h=$(SDK_INC_PATH)\bugcodes.h} \
|
|
{$(O)\bugcodes.txt=$(BASE_INC_PATH)\bugcodes.txt}
|
|
|
|
MC_FLAGS = -x $(O) -A -v
|