DockerCLI/scripts/build
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
..
.variables set default version from git 2021-04-06 00:21:10 -07:00
binary scripts: use WINDRES env var if set 2021-04-13 16:55:00 +00:00
plugins Add some simple e2e tests for executing CLI plugins 2019-01-30 13:44:05 +00:00
plugins-osx Add basic framework for writing a CLI plugin 2019-01-29 11:26:40 +00:00
plugins-windows Add basic framework for writing a CLI plugin 2019-01-29 11:26:40 +00:00