diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 20:42:27 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 20:42:27 +0100 |
commit | 439c382d950e72e9f9fafc71d4aebe1f9e628737 (patch) | |
tree | cb90692a3601f346effb716cb108da7607b9d5de /plugins | |
parent | 5f758e821af54b244dc9f5f60822f99028267121 (diff) |
enable building of winsys with other plugins
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index c7faaf37..f8642d2e 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -23,8 +23,8 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\winamp @-$(MAKE) /nologo /s /f makefile.mak $@ -# @cd ..\winsys -# @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\winsys + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\wmpa @-$(MAKE) /nologo /s /f makefile.mak $@ |