!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 TARGETNAME=nwrdr TARGETPATH=obj TARGETTYPE=DRIVER TARGETLIBS=$(NW_LIB_PATH)\nw4crypt.lib \ $(DS_LIB_PATH)\rsa32k.lib \ $(DDK_LIB_PATH)\tdi.lib NET_C_DEFINES=-DNWDBG=1 !IF "$(QFE_BUILD)" == "1" NET_C_DEFINES=$(NET_C_DEFINES) -DQFE_BUILD=1 !ENDIF C_DEFINES=$(C_DEFINES) -D_PNP_POWER_ INCLUDES=$(BASE_INC_PATH);$(NET_INC_PATH);$(PROJECT_ROOT)\nw\inc;$(IFSKIT_INC_PATH) 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 \ NwPnP.c PRECOMPILED_INCLUDE=procs.h PRECOMPILED_PCH=procs.pch PRECOMPILED_OBJ=procs.obj