diff options
author | Steven Knight <knight@baldmt.com> | 2006-05-02 01:21:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-05-02 01:21:15 (GMT) |
commit | 13978ef0f5e8252ce84e63728fd72dee2e734300 (patch) | |
tree | 6a8aa5edd9312456094da318a0a23b93e261c3e2 /www | |
parent | f396ada7532fdc3d3fc2bfb1583269e1130c3b32 (diff) | |
download | SCons-13978ef0f5e8252ce84e63728fd72dee2e734300.zip SCons-13978ef0f5e8252ce84e63728fd72dee2e734300.tar.gz SCons-13978ef0f5e8252ce84e63728fd72dee2e734300.tar.bz2 |
Formatting fixes.
Experiment with a CSS change cribbed from the Subversion page.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index e41ae14..fe29161 100644 --- a/www/index.html +++ b/www/index.html @@ -3,6 +3,8 @@ </head> <body> +<div class="h2 app" style="border-left: 0px" id="customcontent"> + <p>SCons is a next-generation, cross-platform, build tool. Think of SCons as an improved @@ -147,6 +149,11 @@ XXX <li> <strong>Configuration files are Python scripts</strong> +<p> +This provides much more flexibility for solving +difficult build problems +than traditional build tools. +</p> </li> <li> @@ -164,9 +171,11 @@ Easily extended to scan for other languages or file types. <li> <strong>Built-in support for multiple languages</strong> +<p> C, C++, D, Java, Fortran, Yacc, Lex, Qt and SWIG. Can also build TeX and LaTeX documents. Easily extended for other languages or file types. +</p> </li> <li> @@ -191,6 +200,7 @@ or pre-built target files. <li> <strong>Support for Microsoft Visual Studio .NET and 2005</strong> +<p> Generates <tt>.dsp</tt> and <tt>.dsw</tt> files, or <tt>.sln</tt> and <tt>.vcproj</tt> files, from the same build configuration used to build on all platforms. @@ -198,6 +208,7 @@ Allows Windows developers to do all the productive point-and-click debugging they're used to without having to maintain a separate build configuration just for Windows. +</p> </li> <li> @@ -233,10 +244,12 @@ libraries, functions and <tt>typedef</tt> declarations. <li> <strong>Shared built-file cache</strong> +<p> Speeds up multiple builds by allowing developers to share pre-built targets (like <tt>ccache</tt>, but for any type of target file, not just C/C++ compilation). +</p> </li> </ul> @@ -267,5 +280,7 @@ functional areas will depend on what you are trying to do. See the <a href="roadmap.html">Roadmap</a> page. +</div> + </body> </html> |