]> Pileus Git - grits/commitdiff
Use only shared libs on win32
authorAndy Spencer <andy753421@gmail.com>
Wed, 8 Jun 2011 16:10:52 +0000 (16:10 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 8 Jun 2011 16:10:52 +0000 (16:10 +0000)
gen-win32.sh

index ec4c40708101c329d4da1e888b5a07d213986ac4..51117d80fec1545c6e5003428b2563ec1931401c 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/bash
 #!/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"