diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 15:59:11 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 15:59:11 +0100 |
commit | 817cfa57924bc0aa95187d9e71c55a0113343736 (patch) | |
tree | 09f61df1946cf432c4738d75ac1e2a5786a9b221 /plugins/makefile.mak | |
parent | 1e5727326a294d38365b7131c2f40b3a55a64a8e (diff) |
gtk engines are non-existent in gtk.org builds
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index 145669bd..2ac155df 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -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 |