add doat plugin

This commit is contained in:
Berke Viktor
2011-11-22 17:58:00 +01:00
parent 99e015c3b3
commit caa878bc93
5 changed files with 104 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ all:
@-$(MAKE) /nologo /s /f makefile.mak $@
# @cd ..\gtkpref
# @-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\doat
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\lua
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\mpcinfo
@@ -25,6 +27,8 @@ clean:
@-$(MAKE) /nologo /s /f makefile.mak clean $@
# @cd ..\gtkpref
# @-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\doat
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\lua
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\mpcinfo