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=lfs
00027 
00028 TARGETNAME=lfs
00029 TARGETPATH=obj
00030 TARGETTYPE=LIBRARY
00031 
00032 INCLUDES=..;..\..\inc
00033 
00034 C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
00035 
00036 !IFDEF BUILD_FOR_3_51
00037 C_DEFINES= $(C_DEFINES) -D_NTIFS_
00038 !ENDIF
00039 
00040 MSC_WARNING_LEVEL=/W3 /WX
00041 
00042 
00043 
00044 SOURCES=..\CacheSup.c  \
00045         ..\LbcbSup.c   \
00046         ..\
LfsData.c   \
00047         ..\LogPgSup.c  \
00048         ..\LogRcSup.c  \
00049         ..\LsnSup.c    \
00050         ..\QueryLog.c  \
00051         ..\Registry.c  \
00052         ..\Restart.c   \
00053         ..\RstrtSup.c  \
00054         ..\StrucSup.c  \
00055         ..\SysInit.c   \
00056         ..\VerfySup.c  \
00057         ..\Write.c
00058 
00059 PRECOMPILED_INCLUDE=..\lfsprocs.h
00060 PRECOMPILED_PCH=lfsprocs.pch
00061 PRECOMPILED_OBJ=lfsprocs.obj