diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-24 08:51:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-24 08:51:28 +0200 |
commit | 4923b1b703b30866d5b49d987303f98af0182ec4 (patch) | |
tree | fdacfa46bf9a0b4fc37125a005840bd941e3eb43 /test | |
parent | bedbd132d570b1c3fd8b49e1b4b51d0465b75e1f (diff) |
Diffstat (limited to 'test')
-rwxr-xr-x | test/windows/odb/mingw/build | 6 |
1 files changed, 3 insertions, 3 deletions
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 |