From 01005a8c6307295d9ca61c4c995fc5146e235b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 28 Jul 2011 16:45:20 +0000 Subject: Gem: force extension to .dll on mingw32; removed disable-mmx flags svn path=/trunk/; revision=15170 --- externals/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index d2cede1f..9e85d024 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -560,12 +560,12 @@ $(gem_src)/Gem.dll: $(gem_src)/configure CXXFLAGS="-DHAVE_S_STUFF_H $(OPT_CFLAGS)" \ --prefix=$(prefix) \ --libdir=$(objectsdir) \ - --disable-mmx \ --enable-sse2 \ --without-quicktime \ --with-video=plugins \ --with-film=plugins \ - --with-pd=$(pd_src) + --with-pd=$(pd_src) \ + --with-extension=dll $(MAKE) -C $(gem_src) $(gem_src)/Gem.pd_linux: $(gem_src)/configure @@ -584,7 +584,6 @@ $(gem_src)/Gem.pd_darwin: $(gem_src)/configure --prefix=$(prefix) \ --libdir=$(objectsdir) \ --without-ALL \ - --disable-mmx \ --with-ftgl --with-ftgl-libs=/sw/lib \ --with-artoolkit-includes=/sw/include --with-artoolkit-libs=/sw/lib \ --with-video=plugins \ -- cgit v1.2.1