From 4923b1b703b30866d5b49d987303f98af0182ec4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Oct 2013 08:51:28 +0200 Subject: Update for new release --- test/windows/odb/mingw/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/windows') diff --git a/test/windows/odb/mingw/build b/test/windows/odb/mingw/build index 8592db4..6394fdf 100755 --- a/test/windows/odb/mingw/build +++ b/test/windows/odb/mingw/build @@ -32,10 +32,10 @@ CPPFLAGS="-I$BOOST -I$QTCORE/include -I$QTCORE/include/QtCore -I$ORACLE/sdk/incl LDFLAGS="-L$BOOST/stage/lib -L$QTCORE/lib -L$ORACLE/sdk/lib -L$PGSQL/lib -L$SQLITE -L$MYSQL/lib -Wl,--enable-auto-import" PATH="$QTCORE/bin:$ORACLE:$PATH" -mysql_options="--with-mysql-host=192.168.0.5 --with-mysql-client=$MYSQL/bin/mysql.exe" +mysql_options="--with-mysql-host=192.168.0.2 --with-mysql-client=$MYSQL/bin/mysql.exe" sqlite_options="--with-sqlite-db=c:\\projects\\odb\\odb_test.db" -pgsql_options="--with-pgsql-host=192.168.0.5 --with-pgsql-client=$PGSQL/bin/psql.exe" -oracle_options="--with-oracle-host=192.168.0.5 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus.exe" +pgsql_options="--with-pgsql-host=192.168.0.2 --with-pgsql-client=$PGSQL/bin/psql.exe" +oracle_options="--with-oracle-host=192.168.0.2 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus.exe" mssql_options="--with-mssql-server=windows2008r2\\ss2008r2,1435" test=n -- cgit v1.1