diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-12-29 17:32:28 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-12-29 17:32:28 +0100 |
commit | 2260c42ae86e8c61f7f83a69d5d9abe608d0a67d (patch) | |
tree | b63f59ca5afca373ecefc749ac44e42fac4db4b5 /plugins | |
parent | 2efc106d081820f2451f9fc6cacadfebe4bad56f (diff) |
really remove xdcc
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index 87839dfc..12298863 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -9,8 +9,8 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\upd @-$(MAKE) /nologo /s /f makefile.mak $@ - @cd ..\xdcc - @-$(MAKE) /nologo /s /f makefile.mak $@ +# @cd ..\xdcc +# @-$(MAKE) /nologo /s /f makefile.mak $@ # @cd ..\xtray # @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\winamp |