diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-11-08 11:15:56 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-11-08 11:15:56 +0100 |
commit | c5a9da7593b9c72c7c1349cf6e432672c7e0e1eb (patch) | |
tree | 24dacc6eb8d7b451765e3d8e92fea60c9d4c20a6 /plugins | |
parent | 9a4b218526a99164c86cd78efc4dd15b4dda04de (diff) |
some left out from build system cleanup + re-enable plugin-tray and disable xtray, tray icon is fixed in gtk head
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 ecb6222a..4b79dd87 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 |