diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-14 05:35:09 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-14 05:35:09 +0100 |
commit | 1effb26d5f316c79ae7815355f46d42b48264079 (patch) | |
tree | f68078c24535d97c82de93a8d73dbb8485b34cf6 /plugins | |
parent | 0c87e4b9147abaf095b8b84e1e154ecf8da4829e (diff) |
re-enable xtray
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/makefile.mak | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index 12298863..fc8ff658 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -11,8 +11,8 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ # @cd ..\xdcc # @-$(MAKE) /nologo /s /f makefile.mak $@ -# @cd ..\xtray -# @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\xtray + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\winamp @-$(MAKE) /nologo /s /f makefile.mak $@ @@ -47,11 +47,11 @@ clean: # @del xdcc\*.exp # @del xdcc\*.lib # @del xdcc\*.obj -# @del xtray\*.def -# @del xtray\*.dll -# @del xtray\*.exp -# @del xtray\*.lib -# @del xtray\*.obj + @del xtray\*.def + @del xtray\*.dll + @del xtray\*.exp + @del xtray\*.lib + @del xtray\*.obj @del winamp\*.def @del winamp\*.dll @del winamp\*.exp |