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

40 lines
814 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=xrtl
TARGETNAME=xapirtl
TARGETPATH=..\obj
TARGETTYPE=LIBRARY
GPSIZE=32
INCLUDES=..;..\..\inc;..\..\xapi\inc;$(DDK_INC_PATH);$(BASEDIR)\private\inc\crypto
NTPROFILEINPUT=yes
C_DEFINES=$(C_DEFINES) -D_XAPI_ -DNTOS_KERNEL_RUNTIME=1
ASM_DEFINES=-DNTOS_KERNEL_RUNTIME=1
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=..\heap.c \
..\random.c