diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-01 16:13:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-01 16:13:25 +0200 |
commit | 76108c5211713934c20fdd8a78755e5b21697e1b (patch) | |
tree | f3421a18dcc60a7ae0bff8def4eea46237315b08 /INSTALL | |
parent | dc4b2b20565a58f09c761b9affd6abdc7edb705b (diff) |
Add support for building only certain configurations/platforms on Windows
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -122,10 +122,14 @@ and odb-tests\boost\ directories to build all the solutions, for all the configurations and for all the platforms automatically. The build.bat file has the following command line interface: -build.bat <database> <N> [/Build|/Clean|/Rebuild] - -Where <N> is the version of Visual Studio that you are using. If no action -is specified, the default is /Build. +build.bat <database> <N> <conf> <plat> [/Build|/Clean|/Rebuild] + +Where <N> is the version of Visual Studio that you are using, <conf> is the +desired configuration (e.g., Debug or Release), and <plat> is the desired +platform (e.g., Win32 or x64). For <conf> and <plat> arguments you can specify +several configurations or platforms. You can also use the 'all' value to build +all configurations and/or all platforms. If no action is specified, the +default is /Build. Once the build is completed successfully, you can run all the tests using the test.bat batch file located in the odb-tests\ directory. |