summary refs log tree commit diff stats
path: root/plugins/mpcinfo/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-25 23:54:31 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-25 23:54:31 +0100
commitd2c5bda0b81282c18a6d9ddcf21f4f1afc64b5ee (patch)
treeaae1120b0293113c328a761f8b99777baa8b33b9 /plugins/mpcinfo/makefile.mak
parentf108310ad25c844c801847f06d4b393a3eced3f8 (diff)
some mpcinfo cosmetics and deinit()
Diffstat (limited to 'plugins/mpcinfo/makefile.mak')
-rw-r--r--plugins/mpcinfo/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mpcinfo/makefile.mak b/plugins/mpcinfo/makefile.mak
index 8c693dbf..4a8a2763 100644
--- a/plugins/mpcinfo/makefile.mak
+++ b/plugins/mpcinfo/makefile.mak
@@ -6,7 +6,7 @@ all: mpcinfo.obj mpcinfo.def
 mpcinfo.def:

 	echo EXPORTS > mpcinfo.def

 	echo xchat_plugin_init >> mpcinfo.def

-#	echo xchat_plugin_deinit >> mpcinfo.def

+	echo xchat_plugin_deinit >> mpcinfo.def

 

 mpcinfo.obj: mpcinfo.c makefile.mak

 	cl $(CFLAGS) $(GLIB) /I.. mpcinfo.c