Penguin

Differences between version 3 and predecessor to the previous major change of SCons.

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

Newer page: version 3 Last edited on Wednesday, September 29, 2004 1:13:22 pm by SamJansen Revert
Older page: version 2 Last edited on Friday, May 21, 2004 1:56:45 am by AristotlePagaltzis Revert
@@ -10,4 +10,5 @@
 * 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.