enable the XDCC plugin
This commit is contained in:
19
plugins/xdcc/makefile.mak
Normal file
19
plugins/xdcc/makefile.mak
Normal file
@@ -0,0 +1,19 @@
|
||||
include "..\..\src\makeinc.mak"
|
||||
|
||||
xcxdcc.dll: xdcc.obj xdcc.def
|
||||
link $(LDFLAGS) $(LIBS) /dll /out:xcxdcc.dll /def:xdcc.def xdcc.obj
|
||||
dir xcewc.dll
|
||||
|
||||
xdcc.def:
|
||||
echo EXPORTS > xdcc.def
|
||||
echo xchat_plugin_init >> xdcc.def
|
||||
echo xchat_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
|
||||
Reference in New Issue
Block a user