When linking long command lines, use a '.lnk' suffix on the temporary file name....
[scons.git] / src / engine / SCons / Platform / win32.py
2003-06-07 stevenknightWhen linking long command lines, use a '.lnk' suffix...
2003-05-16 stevenknightSConf fixes. (Christoph Wiedemann)
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-30 stevenknightFix the spawn() functions. (Anthony Roach)
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-23 stevenknightAdd SConf infrastructure (Autoconf functionality)....
2003-04-11 stevenknightCygwin fixes: use -fPIC and .dll for shared libraries...
2003-04-09 stevenknightSet the SYSTEMROOT environment variable on Windows...
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2002-11-30 stevenknightExtend Win32 long command-line processing to lib.py...
2002-11-25 stevenknightMake the shell pickable via a construction variable...
2002-10-01 stevenknightAdd SHOBJPREFIX AND SHOBJSUFFIX.
2002-08-30 stevenknightMake SCons/Tool/ifl.py get included in the win32 packag...
2002-07-14 stevenknightStill more Win32 portability.
2002-07-08 stevenknightAdd a TAR Builder.
2002-06-27 stevenknightAdd support for assembly language (.s and .S) Tools...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-05-09 stevenknightAdd a Platform() method.