Removed the 'upnp' plugin (see bugreport:1000).
Original files can be found in Celest's /devel subdirectory. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13233 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
4126065e0f
commit
339173867c
@ -10,9 +10,6 @@ auto_search: no
|
|||||||
// Just a sample plugin
|
// Just a sample plugin
|
||||||
//plugin: sample
|
//plugin: sample
|
||||||
|
|
||||||
// UPnP core plugin
|
|
||||||
plugin: upnp
|
|
||||||
|
|
||||||
// GUI core plugin
|
// GUI core plugin
|
||||||
//plugin: gui
|
//plugin: gui
|
||||||
|
|
||||||
|
BIN
plugins/upnp.dll
BIN
plugins/upnp.dll
Binary file not shown.
@ -5,7 +5,7 @@ COMMON_H = ../common/plugin.h ../common/cbasetypes.h \
|
|||||||
../common/showmsg.h ../common/utils.h ../common/strlib.h \
|
../common/showmsg.h ../common/utils.h ../common/strlib.h \
|
||||||
../common/malloc.h
|
../common/malloc.h
|
||||||
|
|
||||||
PLUGINS = sample sig pid gui upnp console
|
PLUGINS = sample sig pid gui console
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
@ -22,8 +22,6 @@ pid: pid@DLLEXT@
|
|||||||
|
|
||||||
gui: gui@DLLEXT@
|
gui: gui@DLLEXT@
|
||||||
|
|
||||||
upnp: upnp@DLLEXT@
|
|
||||||
|
|
||||||
console: console@DLLEXT@
|
console: console@DLLEXT@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@ -35,7 +33,6 @@ help:
|
|||||||
@echo "'sig' - signal handler plugin"
|
@echo "'sig' - signal handler plugin"
|
||||||
@echo "'pid' - process id plugin"
|
@echo "'pid' - process id plugin"
|
||||||
@echo "'gui' - gui plugin"
|
@echo "'gui' - gui plugin"
|
||||||
@echo "'upnp' - upnp plugin"
|
|
||||||
@echo "'console' - console plugin"
|
@echo "'console' - console plugin"
|
||||||
@echo "'all' - builds all above targets"
|
@echo "'all' - builds all above targets"
|
||||||
@echo "'clean' - cleans builds and objects"
|
@echo "'clean' - cleans builds and objects"
|
||||||
@ -47,7 +44,6 @@ help:
|
|||||||
@CC@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -shared -o ../../plugins/$@ $<
|
@CC@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -shared -o ../../plugins/$@ $<
|
||||||
|
|
||||||
gui@DLLEXT@: ../../plugins/gui.conf
|
gui@DLLEXT@: ../../plugins/gui.conf
|
||||||
upnp@DLLEXT@: ../../plugins/upnp.conf
|
|
||||||
|
|
||||||
sig@DLLEXT@: sig.c $(COMMON_OBJ)
|
sig@DLLEXT@: sig.c $(COMMON_OBJ)
|
||||||
@CC@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -shared -o ../../plugins/$@ $< $(COMMON_OBJ)
|
@CC@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -shared -o ../../plugins/$@ $< $(COMMON_OBJ)
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
//
|
|
||||||
// UPnP Plugin Configuration
|
|
||||||
//
|
|
||||||
|
|
||||||
// Enable UPnP
|
|
||||||
enable_upnp: 1
|
|
||||||
|
|
||||||
// Remove mapped router ports when shutting down
|
|
||||||
release_mappings: 1
|
|
||||||
|
|
||||||
// Close opened firewall ports when shutting down
|
|
||||||
close_ports: 1
|
|
||||||
|
|
||||||
//
|
|
||||||
// You can set these if necessary
|
|
||||||
// login server port
|
|
||||||
//login_port: 6900
|
|
||||||
//
|
|
||||||
// char server port
|
|
||||||
//char_port: 6121
|
|
||||||
//
|
|
||||||
// map server port
|
|
||||||
//map_port: 5121
|
|
||||||
//
|
|
||||||
// NAT IP address to map your ports to
|
|
||||||
//nat_ip: 192.168.0.1
|
|
||||||
|
|
||||||
|
|
||||||
// Note: This plugin only works on Windows XP or higher
|
|
||||||
// For more info on UPnP try here:
|
|
||||||
// http://www.google.com/search?q=what+is+upnp
|
|
Loading…
x
Reference in New Issue
Block a user