aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-07-28 16:45:20 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-07-28 16:45:20 +0000
commit01005a8c6307295d9ca61c4c995fc5146e235b85 (patch)
tree7ca0ffdc12fc96495837e16bd6a463fb542be3dc /externals/Makefile
parent3aac7c251a5a5b7d7b8d834599b3fb40d8aaeb3b (diff)
Gem: force extension to .dll on mingw32; removed disable-mmx flags
svn path=/trunk/; revision=15170
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile5
1 files changed, 2 insertions, 3 deletions
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 \