| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-12-29 | mk: Package mingw components in unix installer on windows | Brian 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-15 | Fixed a small spelling mistake | Jacob 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-13 | etc: Don't bundle libctl3d32 on windows | Alex Crichton | -1/+0 | |
| Apparently it's not found on win64! Closes #18928 | ||||
| 2014-11-08 | Include some of the more popular Windows import libs into the bundle. | Vadim Chugunov | -5/+42 | |
| 2014-11-08 | Move gcc back to rustlib\<triple>\bin | Vadim Chugunov | -3/+3 | |
| 2014-09-20 | Move 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-11 | Package 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/ | ||||
