]> Pileus Git - aweather/blob - gen-win32.sh
Update command line arguments
[aweather] / gen-win32.sh
1 #!/bin/bash
2 gnulib-tool --no-vc-files --import strptime
3
4 GRITS="/scratch/grits-win32/src"
5 export PKG_CONFIG_PATH="$GRITS"
6 export LIBS="-L$GRITS"
7 export CPPFLAGS="-I$GRITS"
8 export CFLAGS="-g -Werror -Wno-unused -O3"
9 ./autogen.sh \
10         --enable-shared \
11         --disable-static \
12         --host=i686-pc-mingw32