!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.

!ENDIF

MAJORCOMP=dfs
MINORCOMP=driver

TARGETNAME=dfs
TARGETPATH=obj
TARGETTYPE=DRIVER

INCLUDES=..\h;      \
    ..\..\mup\wml\inc; \
    $(PROJECT_ROOT)\ntos\inc; \
    $(NET_INC_PATH)

UNICODE=1
NET_C_DEFINES=-DUNICODE -DKERNEL_MODE

TARGETLIBS=\
           ..\..\mup\wml\km\$(O)\wmlkm.lib

SOURCES=      attach.c          \
              close.c           \
              create.c          \
              dcfsctl.c         \
              dfsmrshl.c        \
              dfsrtl.c          \
              dfsdata.c         \
              dfsinit.c         \
              dfslpc.c          \
              fastio.c          \
              fcbsup.c          \
              fileinfo.c        \
              fsctrl.c          \
              ftdfs.c           \
              ipsup.c           \
              know.c            \
              localvol.c        \
              log.c             \
              lvolinfo.c        \
              lvolinit.c        \
              minfo.c           \
              pkt.c             \
              pktfsctl.c        \
              pktsup.c          \
              prefix.c          \
              prefixp.c         \
              registry.c        \
              regkeys.c         \
              regsups.c         \
              reset.c           \
              sitesup.c         \
              spcsup.c          \
              srv.c             \
              dfs.rc            \
              dfswml.c

UMTYPE=nt

!include ..\sources.inc