summaryrefslogtreecommitdiffstats
path: root/bin/install_scons.py
Commit message (Collapse)AuthorAgeFilesLines
* Update with recent checkpoints and 2.0.0.final.0 (yay!).Steven Knight2010-06-151-0/+5
|
* Update install_scons.py to work on Windows.Steven Knight2010-06-151-5/+14
|
* Add recent releases to the bin/install_scons.py script.Steven Knight2010-05-221-0/+9
|
* Add the new checkpoint to the list of all SCons versions that can beSteven Knight2009-02-251-0/+1
| | | | installed.
* dd newer SCons versions to the list of all versions available for install.Steven Knight2009-02-191-7/+11
| | | | | Use shlex.split(), not string.split(), to split command line arguments. Commonize interpreation of 'cd' and 'mkdir' commands. Fix usage messages.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Add 1.1.0 to the instal_scons.py script.Steven Knight2008-10-291-0/+1
|
* Updates to SCons development system admin scripts:Steven Knight2008-10-041-1/+5
| | | | | | * Add Python 2.6. * Add recent SCons versions. * Add pkg-config (used to generate some doc examples).
* Add a script for creating a standard SCons development system onSteven Knight2008-08-261-0/+200
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and SCons versions in Python (from shell).