#
# DataDrv sources - sources for DataDrv
#      Portions Copyright (c) 1996-97, BlueWater Systems,Inc.
#
# To add additional source files, list them on the
# SOURCES line below.
#

TARGETNAME=DataDrv
TARGETPATH=.
TARGETTYPE=DRIVER
TARGETLIBS=$(WINDK)\lib\*\$(DDKBUILDENV)\WinDK.lib \
           $(WINDK)\lib\*\$(DDKBUILDENV)\WinDKprf.lib
INCLUDES=$(WINDK)\inc;..\..\include

SOURCES= \
        DataDriverDevice.cpp  \
        Ioctlrw.cpp \
        DataDrv.rc \
        drventry.cpp
