kubernetes/build/pause/windows
Lubomir I. Ivanov 7871949990 build/pause: add -v flag to the Windows pause binary
Make the Windows pause.exe have the same -v flag as the Linux
pause binary.

_stricmp is documented here:
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strcmp-wcscmp-mbscmp?view=msvc-170

The VERSION definition is passed on compile time for both OSes
in the Makefile via CFLAGS:

  $(TRIPLE)-gcc $(CFLAGS) -o $@ $^ && \

Add 3.10 version entry in the changelog.
2024-05-23 16:09:17 +03:00
..
wincat hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pause.c build/pause: add -v flag to the Windows pause binary 2024-05-23 16:09:17 +03:00