diff options
Diffstat (limited to 'binary/mingw/odb-configure')
-rwxr-xr-x | binary/mingw/odb-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binary/mingw/odb-configure b/binary/mingw/odb-configure index 337c98f..318560d 100755 --- a/binary/mingw/odb-configure +++ b/binary/mingw/odb-configure @@ -9,6 +9,6 @@ --with-libcutl=../libcutl \ --with-gxx-name='..\\mingw\\bin\\g++.exe' \ --with-options-file='..\\etc\\odb\\default.options' \ -CPPFLAGS=-I`pwd`/../cross/mingw/include/plugin \ CXXFLAGS="-O2 -W -Wall" \ -LDFLAGS=-static-libgcc +LDFLAGS=-static-libgcc \ +CPPFLAGS="-I`pwd`/../gcc-headers/gcc -I`pwd`/../gcc/gcc -I`pwd`/../gcc/libcpp/include -I`pwd`/../gcc/include" |