From ea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 17:55:31 +0200 Subject: Rename files, delete old windows makefiles --- plugins/dns/makefile.mak | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 plugins/dns/makefile.mak (limited to 'plugins/dns') diff --git a/plugins/dns/makefile.mak b/plugins/dns/makefile.mak deleted file mode 100644 index 384e6be1..00000000 --- a/plugins/dns/makefile.mak +++ /dev/null @@ -1,22 +0,0 @@ -include "..\..\src\makeinc.mak" - -DNS_OBJECTS = \ -dns.obj \ -thread.obj - -all: $(DNS_OBJECTS) dns.def - link $(LDFLAGS) $(LIBS) /dll /out:xcdns.dll /def:dns.def $(DNS_OBJECTS) - -dns.def: - echo EXPORTS > dns.def - echo xchat_plugin_init >> dns.def - echo xchat_plugin_deinit >> dns.def - -.c.obj: - $(CC) $(CFLAGS) $(GLIB) /I.. /c $< - -clean: - del *.obj - del *.dll - del *.exp - del *.lib -- cgit 1.4.1