diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-11 22:57:40 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-11 22:57:40 +0200 |
commit | bc36659aedc43a0e152801576eef455458ee4732 (patch) | |
tree | a167e8789c1f8bae79a55d3ea9d63beea96706cd /plugins/xdcc/makefile.mak | |
parent | 6e9bd026943fcca1da88aecc80aaea868b538242 (diff) |
forgot to rename this one...
Diffstat (limited to 'plugins/xdcc/makefile.mak')
-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 |