summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/ilink.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-111-1/+1
| | | | | definitions that still have them. This will cause relinks upon upgrade when using the Microsoft, OS/2 or Phar Lap linkers.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-1/+2
| | | | strings or lists.
* Allow Builders to take a dictionary that maps source file suffixes to ↵Steven Knight2003-07-291-1/+2
| | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module.
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-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
|
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-1/+1
|
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach ↵Steven Knight2002-09-051-2/+2
| | | | and SK)
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+3
|
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-121-0/+48