summary refs log tree commit diff stats
path: root/plugins/doat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doat')
-rw-r--r--plugins/doat/makefile.mak18
1 files changed, 0 insertions, 18 deletions
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