mirror of https://github.com/tongzx/nt5src
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
290 B
21 lines
290 B
TARGETNAME=pfd
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
C_DEFINES=\
|
|
$(C_DEFINES) \
|
|
-D_NTDRIVER_ \
|
|
-DNT \
|
|
-DFIREWALL=1 \
|
|
-DPROMIS=1 \
|
|
-DHW_CHKSUM=1 \
|
|
-DMPR50=1
|
|
|
|
TARGETLIBS=\
|
|
$(DDK_LIB_PATH)\tcpip.lib
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
SOURCES=\
|
|
pfd.c \
|
|
pfd.rc
|