aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: update checksum for go zipSimon Rozman2019-04-181-1/+1
| | | | | | | 5004a12c6b30d72c7f53b8cf35c44717d739d32e forgot to update SHA-256 hash when bumping versions of the golang zip. Signed-off-by: Simon Rozman <simon@rozman.si>
* build: go 1.12.2 contains my fix for CVE-2019-9634Jason A. Donenfeld2019-04-091-11/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: allow make to skip hidden directory to reduce statsJason A. Donenfeld2019-03-101-8/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: fix manifest in patch.exeJason A. Donenfeld2019-03-091-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: verify hashesJason A. Donenfeld2019-03-091-12/+18
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: mirror the less reliable onesJason A. Donenfeld2019-03-081-2/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: patch golang against dll injectionJason A. Donenfeld2019-03-081-18/+27
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: embed resource the old fashioned wayJason A. Donenfeld2019-03-071-2/+3
| | | | | | | | | | | If we ever get rid of the cgo requirement, we can return to rsrc or some variant of it. But given that win32 GUI stuff benefits from the larger cgo stacks, that seems unlikely. This gives us a bit more latitude to embed all sorts of interesting things in here as well. Clean up the makefile while we're at it and reduce the size of the exe. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: musl.cc now offers zipsJason A. Donenfeld2019-03-051-7/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: switch to musl.ccJason A. Donenfeld2019-03-041-16/+7
| | | | | | binutils issues finally resolved. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: support windowsJason A. Donenfeld2019-03-041-0/+52
TDM is old and ugly, but musl.cc is having issues right now. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>