miniupnpc: Update to version 2.2.2
This commit is contained in:
parent
245cfcaba6
commit
69486b1059
23 changed files with 386 additions and 2069 deletions
|
|
@ -12,18 +12,19 @@ thirdparty_obj = []
|
|||
if env["builtin_miniupnpc"]:
|
||||
thirdparty_dir = "#thirdparty/miniupnpc/"
|
||||
thirdparty_sources = [
|
||||
"miniupnpc.c",
|
||||
"upnpcommands.c",
|
||||
"miniwget.c",
|
||||
"upnpdev.c",
|
||||
"igd_desc_parse.c",
|
||||
"minissdpc.c",
|
||||
"minisoap.c",
|
||||
"miniupnpc.c",
|
||||
"minixml.c",
|
||||
"connecthostport.c",
|
||||
"receivedata.c",
|
||||
"portlistingparse.c",
|
||||
"minisoap.c",
|
||||
"minissdpc.c",
|
||||
"miniwget.c",
|
||||
"upnpcommands.c",
|
||||
"upnpdev.c",
|
||||
"upnpreplyparse.c",
|
||||
"connecthostport.c",
|
||||
"portlistingparse.c",
|
||||
"receivedata.c",
|
||||
"addr_is_reserved.c",
|
||||
]
|
||||
thirdparty_sources = [thirdparty_dir + "miniupnpc/" + file for file in thirdparty_sources]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue