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.
21 lines
347 B
21 lines
347 B
TARGETNAME=ndproxy
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -DNDIS50
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=\
|
|
px.rc \
|
|
pxcl.c \
|
|
pxcm.c \
|
|
pxco.c \
|
|
pxdebug.c \
|
|
pxinit.c \
|
|
pxntinit.c \
|
|
pxtapi.c \
|
|
pxutils.c
|