summary refs log tree commit diff stats
path: root/data/icons/hexchat.png
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-08-23 14:13:34 -0400
committerTingPing <tingping@tingping.se>2014-08-23 14:13:34 -0400
commitd1c40196e3a5087980c67b1a35928a3fff81c0ae (patch)
treef26293e403b16f1b7a07ae9926dacae149b529d5 /data/icons/hexchat.png
parent9716185edf2fa2c3b0b9b9b453609522e8b91e61 (diff)
Fix using negative index
Diffstat (limited to 'data/icons/hexchat.png')
0 files changed, 0 insertions, 0 deletions
tle='Blame the previous revision' href='/git-repos/torxchat.git/blame/plugins/ewc/makefile.mak?h=fe-web&id=876a185af371a92d73725a25ccda3a41fdaebd37'>^
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 xchat_plugin_init >> ewc.def
	echo xchat_plugin_deinit >> ewc.def

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

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