summaryrefslogtreecommitdiffstats
path: root/private/nw/rdr/sources
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/rdr/sources')
-rw-r--r--private/nw/rdr/sources90
1 files changed, 90 insertions, 0 deletions
diff --git a/private/nw/rdr/sources b/private/nw/rdr/sources
new file mode 100644
index 000000000..b4e3f30e1
--- /dev/null
+++ b/private/nw/rdr/sources
@@ -0,0 +1,90 @@
+!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
+
+MAJORCOMP=ntos
+MINORCOMP=nwrdr
+
+TARGETNAME=nwrdr
+TARGETPATH=\nt\public\sdk\lib
+TARGETTYPE=DRIVER
+TARGETLIBS=.\*\nw4crypt.lib \
+ .\*\rsa32.lib \
+ $(_NTROOT)\public\sdk\lib\*\tdi.lib
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+C_DEFINES=$(C_DEFINES) -D_PNP_POWER=1
+
+!IF "$(QFE_BUILD)" != "1"
+NET_C_DEFINES=-DNWDBG=1
+!ELSE
+NET_C_DEFINES=-DNWDBG=1 -DQFE_BUILD=1
+!ENDIF
+
+INCLUDES=..\inc;$(_NTROOT)\private\inc;$(_NTROOT)\private\ntos\inc
+
+SOURCES=Attach.c \
+ Cache.c \
+ Callback.c \
+ Cleanup.c \
+ Close.c \
+ Convert.c \
+ Create.c \
+ Data.c \
+ Debug.c \
+ Deviosup.c \
+ Dir.c \
+ Encrypt.c \
+ Errorlog.c \
+ Except.c \
+ Exchange.c \
+ Filobsup.c \
+ Fileinfo.c \
+ Fsctl.c \
+ FspDisp.c \
+ Init.c \
+ Ipx.c \
+ Lock.c \
+ LockCode.c \
+ NwRdr.rc \
+ Pid.c \
+ Read.c \
+ Scavengr.c \
+ Security.c \
+ String.c \
+ Strucsup.c \
+ Timer.c \
+ Util.c \
+ VolInfo.c \
+ Workque.c \
+ Write.c \
+ Create4.c \
+ Fragex.c \
+ Ndsfsctl.c \
+ Ndslogin.c \
+ Ndsread.c
+
+PRECOMPILED_INCLUDE=procs.h
+PRECOMPILED_PCH=procs.pch
+PRECOMPILED_OBJ=procs.obj