summary refs log tree commit diff stats
path: root/plugins/nonbmp/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-03 18:29:22 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-03 18:29:22 +0200
commit018e32e693faf97081487f21d584084a2023e813 (patch)
tree94b13745ee6528480f1de44759d4e14708dc017b /plugins/nonbmp/makefile.mak
parent90db7e85c2d738d15c9cb82cdd3db95005e39b85 (diff)
Nuke the remnants of the nonbmp plugin
Diffstat (limited to 'plugins/nonbmp/makefile.mak')
-rw-r--r--plugins/nonbmp/makefile.mak18
1 files changed, 0 insertions, 18 deletions
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