]> Pileus Git - grits/blobdiff - gen-win32.sh
Use only shared libs on win32
[grits] / gen-win32.sh
index ec4c40708101c329d4da1e888b5a07d213986ac4..51117d80fec1545c6e5003428b2563ec1931401c 100755 (executable)
@@ -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"