!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=krtl TARGETNAME=ntosrtl TARGETPATH=..\..\obj TARGETTYPE=LIBRARY GPSIZE=32 INCLUDES=..;..\..\inc;$(DDK_INC_PATH) NTPROFILEINPUT=yes C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -DNTOS_KERNEL_RUNTIME=1 ASM_DEFINES=-DNTOS_KERNEL_RUNTIME=1 MSC_WARNING_LEVEL=/W3 /WX SOURCES=..\assert.c \ ..\bitmapa.asm \ ..\cnvint.c \ ..\debug.c \ ..\error.c \ ..\imagedir.c \ ..\ldrreloc.c \ ..\nls.c \ ..\resource.c \ ..\sertl.c \ ..\string.c \ ..\stktrace.c \ ..\time.c \ ..\nlsxlat.c NTTARGETFILE0=..\error.h !if $(USE_VC7) ENABLE_LINK_TIME_CODE_GENERATION=0 !endif