This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
4925fcbe2e
moby--moby
/
cmd
/
docker
/
docker_windows.go
6 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
Windows: Build docker.exe manifested and with icon Signed-off-by: John Howard <John.Howard@microsoft.com>
2015-05-06 11:41:17 -04:00
package
main
import
(
Windows: Add file version information 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>
2016-04-23 18:11:08 -04:00
_
"github.com/docker/docker/autogen/winresources/dockerd"
Windows: Build docker.exe manifested and with icon Signed-off-by: John Howard <John.Howard@microsoft.com>
2015-05-06 11:41:17 -04:00
)
Copy permalink