summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/mslink.py
Commit message (Expand)AuthorAgeFilesLines
* Win32 portability.Steven Knight2005-02-141-1/+5
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-0/+10
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-1/+1
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T...Steven Knight2004-07-301-2/+2
* Change PDB file generation from compile time to link time. (Anthony Roach)Steven Knight2004-06-141-4/+2
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-0/+1
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-8/+3
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-2/+2
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-6/+5
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-1/+1
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-2/+3
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-12/+20
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-11/+23
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-33/+26
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-1/+28
* 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-41/+36
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-041-4/+8
* 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
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-33/+22
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-25/+4
* 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