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.
19 lines
418 B
19 lines
418 B
TARGETNAME=wanhelp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=-DNT -DNDIS_MINIPORT_DRIVER -DBINARY_COMPATIBLE=0
|
|
DLLENTRY=_DllMainCRTStartup
|
|
UMTYPE=console
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
INCLUDES=..\;..\..\inc;..\..\..\inc;$(DS_INC_PATH)\crypto;\
|
|
$(BASE_INC_PATH);$(DDK_INC_PATH);$(WINDOWS_INC_PATH)
|
|
|
|
SOURCES=\
|
|
api.c \
|
|
display.c \
|
|
wanhelp.c \
|
|
wanhelp.rc
|