http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Tool / mslink.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-11-19 cournapeENH: use msvc_exists for all tools in the Visual Studio...
2009-11-19 cournapeENH: use msvc env, not msvs to set up mslib and mslink...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-02-21 stevenknightMerged revisions 3088-3319,3321-3322,3324-3349,3351...
2009-02-11 stevenknightRemove unnecessary nested $( $) around $_LIBDIRFLAGS...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2009-01-06 garyoFix issue 2274 (LDMODULE* ignored except on Mac): integ...
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-01-21 stevenknightDeprecate $WIN32 variables name in place of $WINDOWS...
2006-01-20 stevenknightAdd support for Visual Studio 8, and multiple project...
2005-02-14 stevenknightWin32 portability.
2005-01-08 stevenknightSupport 'from SConsScript import *' to allow Python...
2005-01-07 stevenknightFinish the display-customization variables: , , ,...
2004-07-30 stevenknightMove LIB{PREFIX,SUFFIX} definitions from the Platform...
2004-06-14 stevenknightChange PDB file generation from compile time to link...
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-08 stevenknightBetter midl (Visual Studio MIDL compiler) Tool detectio...
2004-04-04 stevenknightAllow a list of emitters to be called in sequence....
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
2003-09-17 stevenknightSupport Jar manifest files and the -C option. Tool...
2003-07-29 stevenknightAllow Builders to take a dictionary that maps source...
2003-06-14 stevenknightMSVS documentation, remove unnecessary exceptions,...
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-02-04 stevenknightFixes for compiling with MSVC when running cygwin Pytho...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-09 stevenknightAdd MinGW support. (Anthony Roach)
2002-11-30 stevenknightExtend Win32 long command-line processing to lib.py...
2002-11-25 stevenknightFix the Win32 checks for an explicit import library...
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-09-05 stevenknightRefactor SCons.Util.Detect() into an Environment method.
2002-09-05 stevenknightFix the tests that broke from the tool auto-detect...
2002-08-29 stevenknightDynamically check for the existence of utilities. ...
2002-06-26 stevenknightWin32 portability fixes for various tests.
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)