diff options
Diffstat (limited to 'test/windows')
-rw-r--r-- | test/windows/odb/default.options | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | test/windows/odb/setenv.bat | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/windows/odb/default.options b/test/windows/odb/default.options index f6d7429..8334a81 100644 --- a/test/windows/odb/default.options +++ b/test/windows/odb/default.options @@ -1,3 +1,4 @@ -I C:\projects\boost-vc10 -I C:\projects\qtcore-vc10\include -I C:\projects\qtcore-vc10\include\QtCore +#-D MSSQL_SERVER_VERSION=900
\ No newline at end of file diff --git a/test/windows/odb/setenv.bat b/test/windows/odb/setenv.bat index 3d2b6c4..6da49ba 100755..100644 --- a/test/windows/odb/setenv.bat +++ b/test/windows/odb/setenv.bat @@ -5,6 +5,8 @@ if "_%1_" == "__" ( goto usage ) +rem set CL=/DMSSQL_SERVER_VERSION=900 + set ODB=c:\projects\odb set MYSQL=c:\projects\mysql set MYSQL64=c:\projects\mysql64 |