CrazyMax 4039850bef add instructions to generate events message table bin 3 年之前
..
docker-proxy fd2143e0b0 use go-winres for cross to create Windows resources 3 年之前
dockerd fd2143e0b0 use go-winres for cross to create Windows resources 3 年之前
README.md 4039850bef add instructions to generate events message table bin 3 年之前
docker.ico fd2143e0b0 use go-winres for cross to create Windows resources 3 年之前
event_messages.bin fd2143e0b0 use go-winres for cross to create Windows resources 3 年之前
event_messages.mc fd2143e0b0 use go-winres for cross to create Windows resources 3 年之前

README.md

Generate event_messages.bin

$ docker run --rm -it -v "$(pwd):/winresources" debian:bullseye bash
root@9ad2260f6ebc:/# apt-get update -y && apt-get install -y binutils-mingw-w64-x86-64
root@9ad2260f6ebc:/# x86_64-w64-mingw32-windmc -v /winresources/event_messages.mc
root@9ad2260f6ebc:/# mv MSG00001.bin /winresources/event_messages.bin