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.
16 lines
361 B
16 lines
361 B
TARGETNAME=w9xtcpkd
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -DNDIS40=1 -DNDIS40 -DTCPIPKD=1 -DMILLENKD=1
|
|
NTDEBUGTYPE=both
|
|
UMTYPE=windows
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=..\inc;..\..\inc;..\..\ipv4;..\..\tcp;$(BASE_INC_PATH);$(DDK_INC_PATH)
|
|
|
|
SOURCES=\
|
|
globals.c \
|
|
routeext.c \
|
|
tcpipkd.c \
|
|
util.c
|