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=nwlnkspx TARGETPATH=obj TARGETTYPE=DRIVER
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_ -D_PNP_POWER=1 -D_PNP_POWER_=1 PRECOMPILED_INCLUDE=precomp.h NT_UP=0
TARGETLIBS=\ $(DDK_LIB_PATH)\ndis.lib \ $(DDK_LIB_PATH)\tdi.lib
INCLUDES=..\inc;$(BASE_INC_PATH)
SOURCES=\ globals.c \ nwlnkspx.rc \ spxaddr.c \ spxbind.c \ spxconn.c \ spxcpkt.c \ spxcutil.c \ spxdev.c \ spxdrvr.c \ spxerror.c \ spxmem.c \ spxpkt.c \ spxquery.c \ spxrecv.c \ spxreg.c \ spxsend.c \ spxtimer.c \ spxutils.c
|