From 7aa048c816b597efbbfbb31312a205b4e87bc4bd Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 8 Jun 2011 16:10:52 +0000 Subject: [PATCH] Use only shared libs on win32 --- gen-win32.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gen-win32.sh b/gen-win32.sh index ec4c407..51117d8 100755 --- a/gen-win32.sh +++ b/gen-win32.sh @@ -1,3 +1,6 @@ #!/bin/bash -export CFLAGS="-g -Werror -Wno-unused -O3" -./autogen.sh --host=i686-pc-mingw32 +./autogen.sh \ + --enable-shared \ + --disable-static \ + --host=i686-pc-mingw32 \ + CFLAGS="-g -Werror -Wno-unused -O3" -- 2.43.2