summary refs log tree commit diff stats
path: root/po/sq.po
AgeCommit message (Expand)Author
2011-02-24add xchat r1489berkeviktor@aol.com
2' href='#n12'>12 13 14 15 16 17 18
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