2016-04-23 18:11:08 -04:00
|
|
|
/*
|
|
|
|
|
2019-09-11 03:31:28 -04:00
|
|
|
Package winresources is used to embed Windows resources into dockerd.exe.
|
2016-04-23 18:11:08 -04:00
|
|
|
These resources are used to provide
|
|
|
|
|
|
|
|
* Version information
|
|
|
|
* An icon
|
|
|
|
* A Windows manifest declaring Windows version support
|
|
|
|
|
|
|
|
The resource object files are generated in hack/make/.go-autogen from
|
|
|
|
source files in hack/make/.resources-windows. This occurs automatically
|
|
|
|
when you run hack/make.sh.
|
|
|
|
|
|
|
|
These object files are picked up automatically by go build when this package
|
|
|
|
is included.
|
|
|
|
|
|
|
|
*/
|
|
|
|
package winresources
|