xbox-kernel/private/ntos/rtl/xbdm/sources
2020-09-30 17:17:25 +02:00

41 lines
765 B
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=ntos
MINORCOMP=drtl
TARGETNAME=xbdmrtl
TARGETPATH=..\obj
TARGETTYPE=LIBRARY
GPSIZE=32
INCLUDES=..;..\..\inc;$(DDK_INC_PATH)
NTPROFILEINPUT=yes
C_DEFINES=$(C_DEFINES) -DNTOS_KERNEL_RUNTIME=1
ASM_DEFINES=-DNTOS_KERNEL_RUNTIME=1
MSC_WARNING_LEVEL=/W3 /WX
SOURCES= \
..\ldrreloc.c \
..\imagedir.c