summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpmedia.cpp
AgeCommit message (Expand)Author
2011-08-12add wmpa 1.0.2 sourcesBerke Viktor
he previous revision' href='/git-repos/torxchat.git/blame/plugins/xdcc/makefile.mak?h=feature/tor-i2p-dcc&id=ad7ea4b77e059880ef8f7cb05fe2aa2cdcc217fb'>^
e681eafa ^

d03d6e60 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18






                                                                            

                                               








                                         
include "..\..\src\makeinc.mak"

all: xdcc.obj xdcc.def
	link $(LDFLAGS) $(LIBS) /dll /out:xcxdcc.dll /def:xdcc.def xdcc.obj

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

xdcc.obj: xdcc.c makefile.mak
	cl $(CFLAGS) $(GLIB) /I.. xdcc.c

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