diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-27 19:38:37 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-27 19:38:37 +0100 |
commit | eaad8edbee8b7110ae7a885421db4df97cc244cc (patch) | |
tree | 64168a7e078ca4990202abcf164a76b3277ee1ce /plugins/makefile.mak | |
parent | 8b1a157ee3a25e208b3c9ca7b3005cb0784c5f8e (diff) |
initial version of winsys sysinfo plugin
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index c767dd0d..b63e2e54 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -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 $@ |