X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gen-win32.sh;h=51117d80fec1545c6e5003428b2563ec1931401c;hb=29aefc96cfd8064319f6bfbd3799508d34255b5e;hp=ec4c40708101c329d4da1e888b5a07d213986ac4;hpb=08b979cf4e173ae461ce0e823ba08a732f4b7cbf;p=grits 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"