diff options
-rw-r--r-- | plugins/xdcc/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xdcc/makefile.mak b/plugins/xdcc/makefile.mak index 8b879f09..38a0735f 100644 --- a/plugins/xdcc/makefile.mak +++ b/plugins/xdcc/makefile.mak @@ -2,7 +2,7 @@ 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 + dir xcxdcc.dll xdcc.def: echo EXPORTS > xdcc.def |