!IF 0

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.

Build Command: build -cef

!ENDIF

MAJORCOMP=ntos
MINORCOMP=ndis

TARGETNAME=tapdrvr
TARGETTYPE=DRIVER
TARGETPATH=.
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
INCLUDES=$(DDK_INCLUDE_PATH)

C_DEFINES=
C_DEFINES=$(C_DEFINES) -DTAP_DRIVER_MAJOR_VERSION=0
C_DEFINES=$(C_DEFINES) -DTAP_DRIVER_MINOR_VERSION=17
C_DEFINES=$(C_DEFINES) -DENABLE_RANDOM_MAC -DDISABLE_DEVICE_SHARING

SOURCES=tapdrvr.c resource.rc
       
MSC_WARNING_LEVEL=/FR /W3 /WX
