summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Collapse)AuthorAgeFilesLines
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-0/+7
|
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-072-10/+4
|
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-032-5/+96
|
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-3/+6
|
* Windows portabilitySteven Knight2002-09-251-1/+1
|
* Fix ASPPCOM value for gas.Steven Knight2002-09-071-1/+1
|
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-0524-33/+44
|
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach ↵Steven Knight2002-09-0525-111/+117
| | | | and SK)
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft ↵Steven Knight2002-08-301-17/+44
| | | | tools be prefered on win32, and get rid of some cruft in the Platform files. (Anthony Roach)
* Account for systems not having every type of compiler.Steven Knight2002-08-291-6/+7
|
* Support the Intel Fortran Compiler.Steven Knight2002-08-292-1/+73
|
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-2924-9/+161
|
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-122-0/+117
|
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-102-2/+2
| | | | function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)
* Add a TAR Builder.Steven Knight2002-07-081-0/+55
|
* Add support for assembly language (.s and .S) Tools. Still needs support ↵Steven Knight2002-06-274-0/+188
| | | | for building shared objects.
* Win32 portability fixes for various tests.Steven Knight2002-06-261-0/+1
|
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-2018-0/+1314