diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 16:12:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 16:12:06 +0200 |
commit | 6a9aeb7eed00b1f03039b73f72015e65bbea48b4 (patch) | |
tree | fb0f77bdf6e7c7c7dc970025669d56a49fbbd7ca /test/windows/README | |
parent | 457b2c78ff3b6da7856c6d336de6e1b2dc3a4d60 (diff) |
Update with multi-database build and SQLite support
Diffstat (limited to 'test/windows/README')
-rw-r--r-- | test/windows/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/windows/README b/test/windows/README index 8efd025..5ab3c76 100644 --- a/test/windows/README +++ b/test/windows/README @@ -9,7 +9,7 @@ Steps: 1. Copy odb\ to the root directory. -2. Edit default.options, mysql-driver.bat and mysql.options to match +2. Edit default.options, <db>-driver.bat and <db>.options to match your setup. 3. Run the 'unpack' script. @@ -18,8 +18,10 @@ Steps: mysql mysql64 + sqlite odb/libodb odb/libodb-tracer + odb/libodb-sqlite odb/libodb-mysql odb/libodb-boost @@ -31,4 +33,4 @@ Steps: 6. Run the 'all' script: - ./all <vc-version> 2>&1 | tee all.log + ./all <vc-version> <database> <conf> <plat> 2>&1 | tee all.log |