mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 20:20:18 +00:00
Rebranding for the rest of plugin*
This commit is contained in:
@@ -5,8 +5,8 @@ all: xdcc.obj xdcc.def
|
||||
|
||||
xdcc.def:
|
||||
echo EXPORTS > xdcc.def
|
||||
echo xchat_plugin_init >> xdcc.def
|
||||
echo xchat_plugin_deinit >> xdcc.def
|
||||
echo hexchat_plugin_init >> xdcc.def
|
||||
echo hexchat_plugin_deinit >> xdcc.def
|
||||
|
||||
xdcc.obj: xdcc.c makefile.mak
|
||||
cl $(CFLAGS) $(GLIB) /I.. xdcc.c
|
||||
|
||||
Reference in New Issue
Block a user