From 13978ef0f5e8252ce84e63728fd72dee2e734300 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 2 May 2006 01:21:15 +0000 Subject: Formatting fixes. Experiment with a CSS change cribbed from the Subversion page. --- www/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 @@ +
+

SCons is a next-generation, cross-platform, build tool. Think of SCons as an improved @@ -147,6 +149,11 @@ XXX

  • Configuration files are Python scripts +

    +This provides much more flexibility for solving +difficult build problems +than traditional build tools. +

  • @@ -164,9 +171,11 @@ Easily extended to scan for other languages or file types.
  • Built-in support for multiple languages +

    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. +

  • @@ -191,6 +200,7 @@ or pre-built target files.
  • Support for Microsoft Visual Studio .NET and 2005 +

    Generates .dsp and .dsw files, or .sln and .vcproj 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. +

  • @@ -233,10 +244,12 @@ libraries, functions and typedef declarations.
  • Shared built-file cache +

    Speeds up multiple builds by allowing developers to share pre-built targets (like ccache, but for any type of target file, not just C/C++ compilation). +

  • @@ -267,5 +280,7 @@ functional areas will depend on what you are trying to do. See the Roadmap page. +
    + -- cgit v0.12