summary refs log tree commit diff stats
path: root/po/pa.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pa.po')
0 files changed, 0 insertions, 0 deletions
lugins/ewc/makefile.mak?h=feature/tor-i2p-dcc&id=ad7ea4b77e059880ef8f7cb05fe2aa2cdcc217fb'>^
1
2
3
4
5
6
7
8
9
10
11
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