summary refs log tree commit diff stats
path: root/plugins/ewc/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 08:42:48 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 08:42:48 +0100
commite681eafa78262d0c177832d67900687f2c938081 (patch)
tree5668476e046c505b9f3fcc8c53b6e0971c146978 /plugins/ewc/makefile.mak
parent97dc13fde70810abf07985f45ac459560eae6e96 (diff)
Rebranding for the rest of plugin*
Diffstat (limited to 'plugins/ewc/makefile.mak')
-rw-r--r--plugins/ewc/makefile.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ewc/makefile.mak b/plugins/ewc/makefile.mak
index 9b9f21c1..a54708de 100644
--- a/plugins/ewc/makefile.mak
+++ b/plugins/ewc/makefile.mak
@@ -5,8 +5,8 @@ all: ewc.obj ewc.def
 

 ewc.def:

 	echo EXPORTS > ewc.def

-	echo xchat_plugin_init >> ewc.def

-	echo xchat_plugin_deinit >> ewc.def

+	echo hexchat_plugin_init >> ewc.def

+	echo hexchat_plugin_deinit >> ewc.def

 

 ewc.obj: ewc.c makefile.mak

 	cl $(CFLAGS) ewc.c