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.
|
|
TARGETNAME=atmlane TARGETPATH=obj TARGETTYPE=DRIVER
C_DEFINES=$(C_DEFINES) -DNDIS50=1 -DNDIS40_MINIPORT -DNDIS_MINIPORT_DRIVER \ -DMYASSERT -DBINARY_COMPATIBLE=0 -DUSE_KLOCKS=1 -DDEBUG_IRQL=1 # To build for Win2K: # C_DEFINES=$(C_DEFINES) -D_WIN2K_COMPAT_SLIST_USAGE=1
# these are optional for debug and only run on NT #C_DEFINES=$(C_DEFINES) -DPKT_HDR_COUNTS=1 -DSENDLIST=1 \ # -DTRACE=1 -DDEBUG_SPIN_LOCK=1 -DDEBUG_IRQL=1 -DMYASSERT=1
PRECOMPILED_INCLUDE=precomp.h
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
INCLUDES=
SOURCES=\ adapter.c \ atmlane.rc \ callmgr.c \ debug.c \ elanpkt.c \ elanproc.c \ ioctl.c \ miniport.c \ ntentry.c \ space.c \ tracelog.c \ utils.c
|