From 76108c5211713934c20fdd8a78755e5b21697e1b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2011 16:13:25 +0200 Subject: Add support for building only certain configurations/platforms on Windows --- INSTALL | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 10445a7..5e87eb0 100644 --- a/INSTALL +++ b/INSTALL @@ -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 [/Build|/Clean|/Rebuild] - -Where is the version of Visual Studio that you are using. If no action -is specified, the default is /Build. +build.bat [/Build|/Clean|/Rebuild] + +Where is the version of Visual Studio that you are using, is the +desired configuration (e.g., Debug or Release), and is the desired +platform (e.g., Win32 or x64). For and 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. -- cgit v1.1