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.
26 lines
411 B
26 lines
411 B
PROJDIR=.
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=NATUPnP
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES); \
|
|
..\inc; \
|
|
$(NET_INC_PATH) \
|
|
|
|
USE_NATIVE_EH=1
|
|
USER_C_FLAGS=$(USER_C_FLAGS) /EHa
|
|
|
|
SOURCES=\
|
|
natupnpp.idl \
|
|
natupnpp_i.c \
|
|
IGFClsid.c \
|
|
UPnPNAT.cpp \
|
|
DPrtMapC.cpp \
|
|
DPortMap.cpp \
|
|
SPrtMapC.cpp \
|
|
SPortMap.cpp \
|
|
NATEM.cpp \
|
|
NATUtils.cpp
|