remove dns plugin sources, it's not being built anyway

This commit is contained in:
berkeviktor@aol.com
2010-09-20 09:48:40 +02:00
parent a04248a893
commit 87f7151ed7
3 changed files with 0 additions and 469 deletions

View File

@@ -1,19 +0,0 @@
include "..\..\src\makeinc.mak"
xcdns.dll: plugin-dns.obj dns.def
link $(LDFLAGS) /dll /out:xcdns.dll /def:dns.def plugin-dns.obj ws2_32.lib
dir xcdns.dll
dns.def:
echo EXPORTS > dns.def
echo xchat_plugin_init >> dns.def
echo xchat_plugin_deinit >> dns.def
plugin-dns.obj: plugin-dns.c makefile.mak thread.c
cl $(CFLAGS) /I.. -Dsnprintf=_snprintf plugin-dns.c
clean:
del *.obj
del *.dll
del *.exp
del *.lib