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.
 
 
 
 
 
 

34 lines
903 B

TARGETNAME=IsdnWan
TARGETTYPE=DRIVER
TARGETPATH=obj$(BUILD_ALT_DIR)\$(Cpu)
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
DRIVER_ALIGNMENT=0x200
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER=1 -DNDIS40_MINIPORT=1
C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE
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 \
Link.c \
Miniport.c \
Port.c \
Receive.c \
Request.c \
TpiDebug.c\
TpiMem.c\
TpiParam.c\
Transmit.c \
Tspi.c \
TspiAddr.c \
TspiCall.c \
TspiDev.c \
TspiLine.c