diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-10 04:00:20 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-10 04:00:20 +0100 |
commit | 66d8b0ad7b849ed743d3c3b4199fd05ece3891bb (patch) | |
tree | e5ca2b3e390538f01a1cab664f1cc3332ab1d6f7 /plugins/makefile.mak | |
parent | 8c9d1aa31e0963782b3859386de538f33c5de461 (diff) |
initial XSASL plugin based on cap_sasl
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 f8642d2e..b692c41f 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -19,6 +19,8 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\upd @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\xsasl + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\xtray @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\winamp @@ -49,6 +51,8 @@ clean: @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\upd @-$(MAKE) /nologo /s /f makefile.mak clean $@ + @cd ..\xsasl + @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\xtray @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\winamp |