From 018e32e693faf97081487f21d584084a2023e813 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 3 Oct 2012 18:29:22 +0200 Subject: Nuke the remnants of the nonbmp plugin --- plugins/nonbmp/makefile.mak | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/nonbmp/makefile.mak (limited to 'plugins/nonbmp/makefile.mak') diff --git a/plugins/nonbmp/makefile.mak b/plugins/nonbmp/makefile.mak deleted file mode 100644 index 1c28610d..00000000 --- a/plugins/nonbmp/makefile.mak +++ /dev/null @@ -1,18 +0,0 @@ -include "..\..\src\makeinc.mak" - -all: nonbmp.obj nonbmp.def - link $(LDFLAGS) $(LIBS) /dll /out:xcnonbmp.dll /def:nonbmp.def nonbmp.obj - -nonbmp.def: - echo EXPORTS > nonbmp.def - echo xchat_plugin_init >> nonbmp.def - echo xchat_plugin_deinit >> nonbmp.def - -nonbmp.obj: nonbmp.c makefile.mak - cl $(CFLAGS) $(GLIB) /I.. nonbmp.c - -clean: - del *.obj - del *.dll - del *.exp - del *.lib -- cgit 1.4.1