windows-nt/Source/XPSP1/NT/base/fs/rdr2/rdbss/monolithic/sources
2020-09-26 16:20:57 +08:00

89 lines
1.5 KiB
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.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
RDR2=$(PROJECT_ROOT)\fs\rdr2
MAJORCOMP=ntos
MINORCOMP=rdbss
TARGETNAME=rdbsslib
TARGETPATH=obj
TARGETTYPE=LIBRARY
SYNCHRONIZE_DRAIN=1
INCLUDES=\
..;\
..\inc;\
..\..\inc;\
$(NET_INC_PATH);\
$(IFSKIT_INC_PATH)
C_DEFINES=$(C_DEFINES) -DEXPLODE_POOLTAGS
C_DEFINES=$(C_DEFINES) -DMONOLITHIC_MINIRDR
MSC_WARNING_LEVEL=/W3 /WX
SOURCES= \
..\BackPack.c \
..\CacheSup.c \
..\Cancel.c \
..\Cleanup.c \
..\Close.c \
..\Create.c \
..\DevCtrl.c \
..\DirCtrl.c \
..\Ea.c \
..\FileInfo.c \
..\Flush.c \
..\FsCtrl.c \
..\LockCtrl.c \
..\minirdr.c \
..\NTexcept.c \
..\NTDevFCB.c \
..\NTErrLog.c \
..\NTfsd.c \
..\NTfsp.c \
..\NtInit.c \
..\NtFastIo.c \
..\Read.c \
..\strtstop.c \
..\VolInfo.c \
..\Write.c
!IF 0
CODE.IMPROVEMENT remove shutdown.c from sources
!ENDIF
!ifndef WRAP_ONLY_MODE
LINKLIBS = $(LINKLIBS) \
$(RDR2)\rxce\daytona\$(O)\rxce.lib
!endif
PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
NTTARGETFILES=copyforifskit