initial XSASL plugin based on cap_sasl

This commit is contained in:
Berke Viktor
2012-01-10 04:00:20 +01:00
parent 8c9d1aa31e
commit 66d8b0ad7b
5 changed files with 248 additions and 0 deletions

View File

@@ -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