]> Pileus Git - aweather/blob - gen-win32.sh
Pre-load GObjects for GtkBuilder
[aweather] / gen-win32.sh
1 #!/bin/bash
2 gnulib-tool --no-vc-files --import strptime
3
4 GIS="/scratch/libgis-win32/src"
5 export PKG_CONFIG_PATH="$GIS"
6 export LIBS="-L$GIS"
7 export CPPFLAGS="-I$GIS"
8 export CFLAGS="-g -Werror -Wno-unused -O3"
9 ./autogen.sh --host=i686-pc-mingw32