Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more environment methods for global functions: Action(), Builder(), ↵ | Steven Knight | 2003-09-25 | 1 | -2/+2 |
| | | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method. | ||||
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -1/+1 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Make the shell pickable via a construction variable. (Anthony Roach) | Steven Knight | 2002-11-25 | 1 | -2/+3 |
| | |||||
* | Add output to tell people when we're reading SConscript files versus when ↵ | Steven Knight | 2002-09-30 | 1 | -3/+2 |
| | | | | we're building targets. | ||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -1/+2 |
| | | | | Default() targets. | ||||
* | Add a prototype os2 Platform() module. | Steven Knight | 2002-07-08 | 1 | -0/+6 |
| | |||||
* | Add a Platform() method. | Steven Knight | 2002-05-09 | 1 | -0/+63 |