summary refs log tree commit diff
path: root/src/etc/make-win-dist.py
AgeCommit message (Collapse)AuthorLines
2014-09-20Move bundled gcc and its libs out into $rust/rustlib/<triple>/gcc/(bin|lib). ↵Vadim Chugunov-3/+3
This way the libs won't be on the -L library search path, and won't confuse external gcc, if one is used. The bundled gcc itself will still be able to find them, because it searches for libs relative to own install location.
2014-09-11Package rustc's mingw dependencies into Windows installer.Vadim Chugunov-0/+82
gcc, ld, ar, dlltool, windres go into $(RUST)/bin/rustlib/<triple>/bin/ platform libraries and startup objects got into $(RUST)/bin/rustlib/<triple>/lib/