OLD | NEW |
1 # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundat
ion | 1 # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 The SCons F
oundation |
2 | 2 |
3 SCons - a software construction tool | 3 SCons - a software construction tool |
4 | 4 |
5 This is the scons-README file for a version of SCons packaged for local | 5 This is the scons-README file for a version of SCons packaged for local |
6 execution--that is, execution out of a specific local directory, without | 6 execution--that is, execution out of a specific local directory, without |
7 having to install SCons as a system-wide utility. | 7 having to install SCons as a system-wide utility. |
8 | 8 |
9 You are likely reading this file in one of the following two situations: | 9 You are likely reading this file in one of the following two situations: |
10 | 10 |
11 1) You have unpacked an scons-local-{version} package and are | 11 1) You have unpacked an scons-local-{version} package and are |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 knight at baldmt dot com | 195 knight at baldmt dot com |
196 http://www.baldmt.com/~knight/ | 196 http://www.baldmt.com/~knight/ |
197 | 197 |
198 With plenty of help from the SCons Development team: | 198 With plenty of help from the SCons Development team: |
199 Chad Austin | 199 Chad Austin |
200 Charles Crain | 200 Charles Crain |
201 Steve Leblanc | 201 Steve Leblanc |
202 Anthony Roach | 202 Anthony Roach |
203 Terrel Shumway | 203 Terrel Shumway |
204 | 204 |
OLD | NEW |