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