diff options
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 |