summary refs log tree commit diff
path: root/src/etc/make-win-dist.py
AgeCommit message (Collapse)AuthorLines
2014-12-29mk: Package mingw components in unix installer on windowsBrian Anderson-6/+0
This puts stdc++ and the unwinding dll into the main package and creates a separate rust-mingw package for everything else.
2014-12-15Fixed a small spelling mistakeJacob Edelman-1/+1
2014-12-06- Support gcc-less installation on Windows. To do so in unattended mode ↵Vadim Chugunov-6/+12
run:`<intaller>.exe /TYPE=compact /SILENT`. - Do not require admin privileges to install.
2014-11-13etc: Don't bundle libctl3d32 on windowsAlex Crichton-1/+0
Apparently it's not found on win64! Closes #18928
2014-11-08Include some of the more popular Windows import libs into the bundle.Vadim Chugunov-5/+42
2014-11-08Move gcc back to rustlib\<triple>\binVadim Chugunov-3/+3
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/