Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
772 B

TARGETNAME=CoIsdn
TARGETTYPE=DRIVER
TARGETPATH=obj$(BUILD_ALT_DIR)
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
DRIVER_ALIGNMENT=0x200
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER=1 -DNDIS50_MINIPORT=1
C_DEFINES=$(C_DEFINES) -DNDIS_TAPI_CURRENT_VERSION=0x00030000
C_DEFINES=$(C_DEFINES) -DSAMPLE_DRIVER=1
MSC_WARNING_LEVEL=/W3 /WX
SOURCES= $(TARGETNAME).rc \
Adapter.c \
BChannel.c \
Card.c \
DChannel.c \
Interupt.c \
Miniport.c \
Port.c \
Receive.c \
Request.c \
TpiDebug.c\
TpiMem.c\
TpiParam.c\
Transmit.c \
CallMgr.c