From b3d5f9582270dc43a794f9edbe4b2bad9418bc40 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 2 May 2006 01:21:15 +0000 Subject: [PATCH] Formatting fixes. Experiment with a CSS change cribbed from the Subversion page. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1448 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- www/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/www/index.html b/www/index.html index e41ae14b..fe29161b 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. +
    + -- 2.26.2