mirror of https://github.com/docker/cli.git
Remove unused windows resourcefiles.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
8a6ad48d2b
commit
329f4e29c5
|
@ -41,6 +41,5 @@ function makeres {
|
||||||
$defs
|
$defs
|
||||||
}
|
}
|
||||||
|
|
||||||
$WINDMC $RESOURCES/event_messages.mc -h $TEMPDIR -r $TEMPDIR
|
|
||||||
makeres docker.rc pe-x86-64 rsrc_amd64.syso
|
makeres docker.rc pe-x86-64 rsrc_amd64.syso
|
||||||
makeres docker.rc pe-i386 rsrc_386.syso
|
makeres docker.rc pe-i386 rsrc_386.syso
|
||||||
|
|
|
@ -1,39 +0,0 @@
|
||||||
MessageId=1
|
|
||||||
Language=English
|
|
||||||
%1
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=2
|
|
||||||
Language=English
|
|
||||||
debug: %1
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=3
|
|
||||||
Language=English
|
|
||||||
panic: %1
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=4
|
|
||||||
Language=English
|
|
||||||
fatal: %1
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=11
|
|
||||||
Language=English
|
|
||||||
%1 [%2]
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=12
|
|
||||||
Language=English
|
|
||||||
debug: %1 [%2]
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=13
|
|
||||||
Language=English
|
|
||||||
panic: %1 [%2]
|
|
||||||
.
|
|
||||||
|
|
||||||
MessageId=14
|
|
||||||
Language=English
|
|
||||||
fatal: %1 [%2]
|
|
||||||
.
|
|
|
@ -1,18 +0,0 @@
|
||||||
/*
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
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
|
|
Loading…
Reference in New Issue