summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak4
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 $@