Call an external command on Windows (xcopy) to install .lib files into
our library directory.

This works around some weird Windows? Python?  SCons? threading race
condition where a file copied by Python code in one thread sometimes
prevents it from being opened by an external command spawned in another
thread (specifically the linker, leading an 1104 error), despite the
fact that the copy has concluded.

git-svn-id: svn://svn.chromium.org/chrome/trunk@905 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed
tree: 2c6b61f770e583b71b28c515268a743aff6ea825
  1. deps/
  2. src/