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.
36 lines
744 B
36 lines
744 B
TARGETNAME=ipxpromn
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DllMain
|
|
C_DEFINES=$(C_DEFINES) -DMPR50=1 -DUNICODE=1 -D_UNICODE=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
..\ipxmon\$(O)\ipxmontr.lib \
|
|
..\..\ip\ipmon\$(O)\ipmontr.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\mprapi.lib \
|
|
$(SDK_LIB_PATH)\netsh.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES=..\..\inc;..\..\..\inc;..\..\..\ipx\inc
|
|
|
|
SOURCES=\
|
|
$(O)\ipxmsgs.mc \
|
|
common.c \
|
|
ipxpromn.rc \
|
|
nb.c \
|
|
nbifs.c \
|
|
nbnames.c \
|
|
rip.c \
|
|
ripflts.c \
|
|
ripgl.c \
|
|
ripifs.c \
|
|
sap.c \
|
|
sapflts.c \
|
|
sapgl.c \
|
|
sapifs.c \
|
|
utils.c
|