summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/linkloc.py
Commit message (Expand)AuthorAgeFilesLines
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-0/+1
* Convert old-style classes in various Tool/*.py modules to new-style classes.Steven Knight2010-05-151-1/+1
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-2/+2
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-6/+7
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-111-2/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-2/+2
* Add support for Visual Studio 2005 Professional. Windows portability fixes f...Steven Knight2006-02-121-1/+1
* Fix linkloc.py to work with newer env.subst() conventions. (Charles Crain)Steven Knight2005-03-241-1/+1
* Win32 portability fixes for tests.Steven Knight2004-10-091-1/+2
* Make the linkloc tool use the value of to pick the version of MSVC. (Chris ...Steven Knight2004-09-221-1/+1
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-3/+2
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-161-2/+2
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-2/+3
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-2/+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-9/+6
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-221-0/+107