some left out from build system cleanup + re-enable plugin-tray and disable xtray, tray icon is fixed in gtk head

This commit is contained in:
berkeviktor@aol.com
2010-11-08 11:15:56 +01:00
parent 9a4b218526
commit c5a9da7593
5 changed files with 23 additions and 70 deletions

View File

@ -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