summary refs log blame commit diff stats
path: root/src/fe-gtk/servlistgui.h
blob: f2c2d14d1e790ab2fd1a53bf37ba0b45174ce7a2 (plain) (tree)
1
                                                                      
void servlist_autojoinedit (ircnet *net, char *channel, gboolean add);
> $(LIBS) /dll /out:xcexec.dll /def:exec.def exec.obj exec.def: echo EXPORTS > exec.def echo xchat_plugin_init >> exec.def echo xchat_plugin_deinit >> exec.def exec.obj: exec.c makefile.mak cl $(CFLAGS) $(GLIB) /I.. exec.c clean: del *.obj del *.dll del *.exp del *.lib