summaryrefslogtreecommitdiff
path: root/test/FindFile.py
Commit message (Collapse)AuthorAgeFilesLines
* Some more statement to function transforms.Russel Winder2016-01-011-4/+4
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+5
|
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-2/+3
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-3/+2
| | | | we're building targets.
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-1/+2
| | | | Default() targets.
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-101-0/+64
function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)