X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=gen-win32.sh;h=2917923e0e33ce4e53bc638ecd4c6f6d781da467;hp=d2c7eb149ada796400aa7dc4f079fdfc81f70b5b;hb=refs%2Fheads%2Fgtkglext;hpb=a9b6cd4bb2b4b9a424fa63843a3fbcef05429c88 diff --git a/gen-win32.sh b/gen-win32.sh index d2c7eb1..2917923 100755 --- a/gen-win32.sh +++ b/gen-win32.sh @@ -1,9 +1,11 @@ #!/bin/bash -gnulib-tool --no-vc-files --import strptime GRITS="/scratch/grits-win32/src" export PKG_CONFIG_PATH="$GRITS" export LIBS="-L$GRITS" export CPPFLAGS="-I$GRITS" export CFLAGS="-g -Werror -Wno-unused -O3" -./autogen.sh --host=i686-pc-mingw32 +./autogen.sh \ + --enable-shared \ + --disable-static \ + --host=i686-pc-mingw32