00001 !IF 0 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 sources. 00008 00009 Abstract: 00010 00011 This file specifies the target component being built and the list of 00012 sources files needed to build that component. Also specifies optional 00013 compiler switches and libraries that are unique for the component being 00014 built. 00015 00016 00017 Author: 00018 00019 Steve Wood (stevewo) 12-Apr-1990 00020 00021 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl 00022 00023 !ENDIF 00024 00025 MAJORCOMP=ntos 00026 MINORCOMP=kd 00027 00028 TARGETNAME=kd 00029 TARGETTYPE=LIBRARY 00030 00031 INCLUDES=..;\ 00032 $(BASEDIR)\private\ntos\inc;\ 00033 ..\..\ke;\ 00034 ..\$(TARGET_DIRECTORY) 00035 00036 MSC_WARNING_LEVEL=/W3 /WX 00037 00038 C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ 00039 00040 SOURCES=..\kdinit.c \ 00041 ..\kdbreak.c \ 00042 ..\kdlock.c \ 00043 ..\kdmove.c \ 00044 ..\kddbgio.c \ 00045 ..\kdapi.c \ 00046 ..\kdcomio.c \ 00047 ..\kddata.c 00048 00049 PRECOMPILED_INCLUDE=..\kdp.h 00050 PRECOMPILED_PCH=kdp.pch 00051 PRECOMPILED_OBJ=kdp.obj 00052 00053 SOURCES_USED=..\sources.inc