scons: Recent Windows DDK do not include LIB.EXE.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 14 Apr 2009 20:31:34 +0000 (21:31 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 14 Apr 2009 20:43:10 +0000 (21:43 +0100)
commit5ccbccb3c17b675c4206fd1b3821cbb74997720a
tree6ed3fe6f0da548e861947f0b59face127f1c3a15
parent1ea7f0fef055245fa18c0fbc3e54a866956c2507
scons: Recent Windows DDK do not include LIB.EXE.

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.
scons/mslib_sa.py