From 1effb26d5f316c79ae7815355f46d42b48264079 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Fri, 14 Jan 2011 05:35:09 +0100 Subject: re-enable xtray --- plugins/makefile.mak | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/makefile.mak') 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 -- cgit 1.4.1