]> git.lizzy.rs Git - rust.git/commit
auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brson
authorbors <bors@rust-lang.org>
Fri, 4 Oct 2013 14:11:37 +0000 (07:11 -0700)
committerbors <bors@rust-lang.org>
Fri, 4 Oct 2013 14:11:37 +0000 (07:11 -0700)
commit8bb55dbf214ad663679054b43a9244b623a5b3ee
tree3fbaca0c60f3640b7f2358725923930c9f19f2b6
parentdfe29e2211d160f4c96f1604da4f0458cba3124e
parent4e59ab097a8026f9bdbabc7eda4313d2efd70e1e
auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brson

This will make sure that system files that rust binaries depend on in Windows get packaged into stage0 snapshots as well as into Windows installer.
Currently these include `libgcc_s_dw2-1.dll`, `libstdc++-6.dll` and `libpthread-2.dll`.   Note that the latter will need to be changed to `pthreadGC2.dll` once Windows build bots get upgraded to mingw 4.0

Closes #9252
Closes #5878
Closes #9218
Closes #5712