summary refs log tree commit diff stats
path: root/share/misc/hexchat.desktop
AgeCommit message (Expand)Author
2013-04-18Add english generic nameTingPing
2013-04-18Fix a typo.Christoph J. Thompson
2013-04-18Add GTK and IRCClient to Categories. This is Based on:Christoph J. Thompson
2013-04-18Translate Comment in french, german, italian and norwegian bokmålChristoph J. Thompson
2013-04-18Change "no" to "nb" for Norsk Bokmål. In norway there is not onlyChristoph J. Thompson
2013-04-18Change most Comment lines to be GenericName. GenericName should beChristoph J. Thompson
2013-03-23It's just HexChatTingPing
2013-02-18add gnome's UsesNotifications to the desktop fileTingPing
2012-11-03Relocate hexchat.desktopBerke Viktor
include "..\..\src\makeinc.mak"

all: ewc.obj ewc.def
	link $(LDFLAGS) $(LIBS) /dll /out:xcewc.dll /def:ewc.def ewc.obj

ewc.def:
	echo EXPORTS > ewc.def
	echo hexchat_plugin_init >> ewc.def
	echo hexchat_plugin_deinit >> ewc.def

ewc.obj: ewc.c makefile.mak
	cl $(CFLAGS) ewc.c

clean:
	del *.obj
	del *.dll
	del *.exp
	del *.lib