2017-05-15 17:59:51 -04:00
|
|
|
/*Package winresources is used to embed Windows resources into docker.exe.
|
|
|
|
These resources are used to provide
|
|
|
|
|
|
|
|
* Version information
|
|
|
|
* An icon
|
|
|
|
* A Windows manifest declaring Windows version support
|
|
|
|
|
2021-03-05 03:56:55 -05:00
|
|
|
The resource object files are generated when building with scripts/build/binary .
|
2017-05-15 17:59:51 -04:00
|
|
|
The resource source files are located in scripts/winresources.
|
|
|
|
This occurs automatically when you run scripts/build/windows.
|
|
|
|
|
|
|
|
These object files are picked up automatically by go build when this package
|
|
|
|
is included.
|
|
|
|
|
|
|
|
*/
|
|
|
|
package winresources
|