!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