]> git.lizzy.rs Git - rust.git/commit
Change name when outputting staticlibs on Windows
authorPeter Atashian <retep998@gmail.com>
Sat, 5 Dec 2015 03:36:01 +0000 (22:36 -0500)
committerPeter Atashian <retep998@gmail.com>
Sat, 16 Jan 2016 17:34:54 +0000 (12:34 -0500)
commit06c66d6ca23c73c60aeb0ea2c12baaf0236afe40
tree2cbca1447da04f0663a593f09cadea88694a91e1
parentdda25f2221cc7dd68ed28254665dc7d25e2648ed
Change name when outputting staticlibs on Windows
libfoo.a -> foo.lib
In order to not cause conflicts, changes the DLL import library name
foo.lib -> foo.dll.lib

Fixes https://github.com/rust-lang/rust/issues/29508

Because this changes output filenames this is a [breaking-change]

Signed-off-by: Peter Atashian <retep998@gmail.com>
src/librustc_metadata/loader.rs
src/librustc_trans/back/link.rs
src/librustc_trans/back/linker.rs