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.
33 lines
563 B
33 lines
563 B
TARGETNAME=nbfext
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=-DRASAUTODIAL -DNDIS40 -D_PNP_POWER_ -DNDIS_POOL_TAGGING=1 -DPKT_LOG=0
|
|
|
|
DLLENTRY=DllInit
|
|
UMTYPE=windows
|
|
USE_MSVCRT=1
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES=..\sys;$(BASE_INC_PATH);$(DDK_INC_PATH)
|
|
|
|
SOURCES=\
|
|
adfext.c \
|
|
adrext.c \
|
|
conext.c \
|
|
cteext.c \
|
|
devext.c \
|
|
device.c \
|
|
hdrext.c \
|
|
lnkext.c \
|
|
nbfcom.c \
|
|
nbfext.c \
|
|
nbfext.rc \
|
|
pktext.c \
|
|
reqext.c \
|
|
traverse.c
|