Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Python 2...
[scons.git] / src / engine / SCons / Tool / msvc.py
2003-09-17 stevenknightSupport Jar manifest files and the -C option. Tool...
2003-08-16 stevenknightFix tool problems with xilink and linkloc.
2003-08-03 stevenknightRefactor extension splitting to make it more flexible...
2003-08-02 stevenknightAdd support for a platform-independent CPPDEFINES variable.
2003-08-01 stevenknightAdd /TP to CXXFLAGS for msvc. Win32 portability fixes...
2003-06-14 stevenknightMSVS documentation, remove unnecessary exceptions,...
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-02-04 stevenknightFixes for compiling with MSVC when running cygwin Pytho...
2003-01-30 stevenknightWin32 portability.
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-18 stevenknightMake shared/static objects less irritating. (Anthony...
2003-01-16 stevenknightUpdate Copyright years.
2002-10-21 stevenknightAdd MSVC .res builder. (Anthony Roach)
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-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-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)