initial version of winsys sysinfo plugin

This commit is contained in:
Berke Viktor
2011-11-27 19:38:37 +01:00
parent 8b1a157ee3
commit eaad8edbee
7 changed files with 357 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ all:
@cd ..\xtray
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\winamp
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\winsys
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\wmpa
@-$(MAKE) /nologo /s /f makefile.mak $@
@@ -51,5 +53,7 @@ clean:
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\winamp
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\winsys
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\wmpa
@-$(MAKE) /nologo /s /f makefile.mak clean $@