summaryrefslogtreecommitdiff
path: root/scons/mslib_sa.py
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14scons: Remove dead MSVC SDK/DDK/WINCE tools.José Fonseca1-137/+0
Not really used anymore.
2010-01-02scons: Update the MSVC SA to match latest scons code.José Fonseca1-2/+6
2009-04-17scons: Cleanup.José Fonseca1-3/+1
2009-04-14scons: Recent Windows DDK do not include LIB.EXE.José Fonseca1-2/+88
Have to use LINK /LIB instead. The biggest problem is when the command line is very long and all the options are included in a argument file -- link doesn't like if /LIB is included in the argument file.
2008-05-28scons: Play nice with MS Embedded Visual C++.José Fonseca1-0/+49