mirror of
https://github.com/moby/moby.git
synced 2025-04-18 20:44:11 +03:00
commit e0c7a839a8e6ecf82074429fa7b1b67fc3aca121 stopped building the docker-proxy on Windows as it's not used on that platform. This removes some leftovers for building it on Windows. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Generate event_messages.bin
$ docker run --rm -it -v "$(pwd):/winresources" debian:bookworm-slim 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