Penguin

Differences between current version and previous revision of SCons.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Tuesday, June 28, 2005 12:12:40 am by MattBrown
Older page: version 5 Last edited on Tuesday, June 28, 2005 12:12:28 am by MattBrown Revert
@@ -5,10 +5,10 @@
 * Support for fetching source files from [SCCS], [RCS], [CVS], BitKeeper and PerForce. 
 * Built in support for VisualStudio .NET and past VisualStudio versions including generation of <tt>.dsp</tt>, <tt>.dsw</tt>, <tt>.sln</tt> and <tt>.vcproj</tt> files. 
 * Reliable detection of build changes using [MD5] signatures, optional, configurable support for traditional timestamps. 
 * Improved support for parallel builds. 
-* Integrated Autoconf (1)-like support for finding <tt>#include</tt> files, libraries, functions and typedefs. 
+* Integrated autoconf (1)-like support for finding <tt>#include</tt> files, libraries, functions and typedefs. 
 * Global view of all dependencies -- no more multiple build passes or reordering targets to build everything. 
 * Building from central repositories of source code and/or pre-built targets. 
 * Ability to share built files in a cache to speed up multiple builds -- like [CCache] but for any type of target file, not just [C]/[C++] compilation. 
 * Designed from the ground up for cross-platform builds, and known to work on [Linux], other [POSIX] systems (including [AIX], [*BSD], [HP/UX], [IRIX] and [Solaris]), [Windows] NT, [MacOSX], and [OS/2]. 
 * [Doom3]'s build system uses SCons.