DockerCLI/scripts
Tibor Vass 2c40960ba1 scripts: use WINDRES env var if set
This allows setting WINDRES to mingw's windres.

For the record, mingw's windres needs --use-temp-file for a weird reason:
in that case, it keeps preprocessor arguments intact (including quotes),
without it, mingw's windres calls popen, which happens to pass the entire
command to sh -c, stripping quotes after evaluation and causing a syntax
error in mingw's windres.

To use mingw's windres, set WINDRES to:
- `x86_64-w64-mingw32-windres` on 64 bit
- `i686-w64-mingw32-windres` on 32 bit

Signed-off-by: Tibor Vass <tibor@docker.com>
2021-04-13 16:55:00 +00:00
..
build scripts: use WINDRES env var if set 2021-04-13 16:55:00 +00:00
docs Rename bin/md2man to bin/go-md2man 2020-12-16 10:20:00 +07:00
test/e2e Merge pull request #1692 from thaJeztah/remove_bashisms 2019-03-21 16:17:49 -07:00
validate Add checks for dependencies that are not vendored. 2020-07-06 09:23:19 +00:00
winresources Update Windows ico 2020-03-02 13:02:29 +01:00
make.ps1 scripts/make.ps1: actually define the CommitSuffix parameter 2020-07-10 14:36:22 +02:00
warn-outside-container Use official shellcheck image 2019-02-26 15:10:38 +01:00