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.
29 lines
461 B
29 lines
461 B
TARGETNAME=rasipxcp
|
|
TARGETPATH=..\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=-DMPR50=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
UMTYPE=windows
|
|
USE_NTDLL=1
|
|
|
|
INCLUDES=\
|
|
..\..\..\inc;\
|
|
..\..\..\..\..\inc;\
|
|
..\..\inc;\
|
|
..\..\..\ipx\inc;\
|
|
..\..\..\..\inc;
|
|
|
|
SOURCES=\
|
|
browser.c \
|
|
configq.c \
|
|
ipxcp.c \
|
|
ipxcpdbg.c \
|
|
ipxwanif.c \
|
|
misc.c \
|
|
options.c \
|
|
rasipxcp.rc \
|
|
rasmanif.c \
|
|
registry.c \
|
|
rmif.c \
|
|
wannet.c
|