summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/mslink.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the Win32 checks for an explicit import library and .def file.Steven Knight2002-11-251-4/+4
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-2/+2
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-0/+26
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-3/+6
* 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 and...Steven Knight2002-09-051-2/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+4
* Win32 portability fixes for various tests.Steven Knight2002-06-261-0/+1
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+151