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.
18 lines
304 B
18 lines
304 B
TARGETNAME=nwlnkflt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
|
|
NT_UP=0
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
|
|
|
|
INCLUDES=..\inc;$(BASE_INC_PATH)
|
|
|
|
SOURCES=\
|
|
debug.c \
|
|
driver.c \
|
|
filter.c \
|
|
fwdbind.c \
|
|
nwlnkflt.rc
|