74 lines
1.5 KiB
PHP
74 lines
1.5 KiB
PHP
!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=$(BASEDIR)\private\ntos\rdr2
|
|
!INCLUDE $(RDR2)\rdbss\master.src
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=reflctor
|
|
|
|
TARGETNAME=reflctor
|
|
TARGETPATH=obj
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\rdr2\inc;
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\rdr2\rdbss\inc;
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\inc;
|
|
INCLUDES=$(INCLUDES);..;
|
|
|
|
TARGETLIBS=\
|
|
$(RDR2)\rdbss\daytona\$(O)\rdbss.lib \
|
|
$(DDK_LIB_PATH)\ksecdd.lib
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
C_DEFINES= $(C_DEFINES) -DEXPLODE_POOLTAGS
|
|
!IF $(MONOLITHIC_MINIRDR)
|
|
C_DEFINES=$(C_DEFINES) -DMONOLITHIC_MINIRDR
|
|
!ENDIF
|
|
|
|
MOST_SOURCES= \
|
|
..\asynceng.c \
|
|
..\devfcb.c \
|
|
..\ea.c \
|
|
..\fileinfo.c \
|
|
..\fsctl.c \
|
|
..\init.c \
|
|
..\innerio.c \
|
|
..\locks.c \
|
|
..\netroot.c \
|
|
..\openclos.c \
|
|
..\querydir.c \
|
|
..\read.c \
|
|
..\srvcall.c \
|
|
..\stubs.c \
|
|
..\write.c \
|
|
|
|
|
|
PRECOMPILED_INCLUDE=..\precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
DLLDEF=$(O)\reflctor.def
|