!if 0

    Copyright (C) 1992-1995 by Digital Equipment Corporation

Module Name:

    sources.

Abstract:

    This file specifies the MADGE NDIS3 miniport driver being built
    and the list of sources files needed to build it.
    It specifies also the compiler switches specific to this driver

Author:

!endif

TARGETNAME=mdgncdet
TARGETTYPE=DYNLINK
TARGETPATH=$(BASEDIR)\public\sdk\lib

TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\netdtect.lib     \
           $(BASEDIR)\public\sdk\lib\*\advapi32.lib     \
           $(BASEDIR)\public\sdk\lib\*\kernel32.lib     \
           $(BASEDIR)\public\sdk\lib\*\user32.lib

INCLUDES=..\..\..\inc;$(BASEDIR)\public\sdk\inc
C_DEFINES=$(C_DEFINES) -DNDIS_NT=1
USE_CRTDLL=1

DLLBASE=0x1C000000
DLLENTRY=NcDetectInitialInit

SOURCES=mdgncdet.c      \
        mdgeisa.c       \
        mdgat.c         \
        mdgsm16.c       \
        mdgpnp.c        \
        mdgmc.c         \
        mdgpci.c        \
        mdgpcmc.c       \
        mdgutils.c      \
        mdgncdet.rc



