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/doat/makefile.mak | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/doat/makefile.mak (limited to 'plugins/doat') diff --git a/plugins/doat/makefile.mak b/plugins/doat/makefile.mak deleted file mode 100644 index 960cae27..00000000 --- a/plugins/doat/makefile.mak +++ /dev/null @@ -1,18 +0,0 @@ -include "..\..\src\makeinc.mak" - -all: doat.obj doat.def - link $(LDFLAGS) $(LIBS) /dll /out:xcdoat.dll /def:doat.def doat.obj - -doat.def: - echo EXPORTS > doat.def - echo xchat_plugin_init >> doat.def - echo xchat_plugin_deinit >> doat.def - -doat.obj: doat.c makefile.mak - cl $(CFLAGS) $(GLIB) /I.. doat.c - -clean: - del *.obj - del *.dll - del *.exp - del *.lib -- cgit 1.4.1