summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/gnulink.py
Commit message (Expand)AuthorAgeFilesLines
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-3/+1
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-181-0/+2
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+7
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+3
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-29/+4
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-1/+1
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-2/+30
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-17/+2
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-1/+1
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-0/+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
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-2/+2
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-9/+3
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-2/+13
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+54