gtk engines are non-existent in gtk.org builds

This commit is contained in:
Berke Viktor 2011-11-22 15:59:11 +01:00
parent 1e5727326a
commit 817cfa5792
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
all:
@cd checksum
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\gtkpref
@-$(MAKE) /nologo /s /f makefile.mak $@
# @cd ..\gtkpref
# @-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\lua
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\mpcinfo
@ -23,8 +23,8 @@ all:
clean:
@cd checksum
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\gtkpref
@-$(MAKE) /nologo /s /f makefile.mak clean $@
# @cd ..\gtkpref
# @-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\lua
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\mpcinfo