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.
27 lines
488 B
27 lines
488 B
TARGETNAME=ipxwan
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMPR50=1
|
|
DLLENTRY=IpxWanDllEntry
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
UMTYPE=windows
|
|
USE_NTDLL=1
|
|
|
|
TARGETLIBS=\
|
|
..\adptif\$(O)\adptif.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\rtutils.lib
|
|
|
|
INCLUDES=..\inc;..\..\inc;..\..\ras\ppp\rasipxcp;
|
|
|
|
SOURCES=\
|
|
adptmgr.c\
|
|
io.c\
|
|
ipxwan.c\
|
|
ipxwan.rc\
|
|
iwdbg.c\
|
|
protocol.c\
|
|
timer.c\
|
|
workitem.c
|