Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
!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
|