mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
This change adds file version information to docker.exe and dockerd.exe by adding a Windows version resource with the windres tool. This change adds a dependency to binutils-mingw-w64 on Linux, but removes a dependency on rsrc. Most Windows build environments should already have windres if they have gcc (which is necessary to build dockerd). Signed-off-by: John Starks <jostarks@microsoft.com>
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
#define DOCKER_NAME "Docker Client"
|
|
|
|
#include "common.rc"
|