n2n/tools
Hamish Coleman 183e0c969a Hack around the "helpful" exe file suffix
If there is a way to turn off the mingw insistence that it will rewrite
the filename it was given in the "-o" options, I have not been able to
find it.  I could easily handle all the moves or renames at the end of
the build process if I could turn off this feature.  Especially since it
means that make often thinks that the file has not been built (the
filename that make knows about is not the file that actually gets built
by the mingw gcc, so the if-newer tests that make applies will always
fail)
2023-07-03 02:51:20 +08:00
..
Makefile Hack around the "helpful" exe file suffix 2023-07-03 02:51:20 +08:00
n2n-benchmark.c iwyu: n2n-benchmark.c 2023-06-18 10:55:07 +01:00
n2n-decode.c Simplify config and build process for libpcap tool 2023-07-02 22:18:09 +08:00
n2n-keygen.c iwyu: n2n-keygen.c 2023-06-18 10:56:05 +01:00
n2n-portfwd.c Simplify build system by using standard macro 2023-07-01 19:08:43 +08:00
n2n-route.c Simplify build system by using standard macro 2023-07-01 19:08:43 +08:00
tests-auth.c iwyu: tools/test*.c 2023-06-18 11:34:28 +01:00
tests-compress.c iwyu: tools/test*.c 2023-06-18 11:34:28 +01:00
tests-elliptic.c iwyu: tools/test*.c 2023-06-18 11:34:28 +01:00
tests-hashing.c iwyu: tools/test*.c 2023-06-18 11:34:28 +01:00
tests-transform.c iwyu: tools/test*.c 2023-06-18 11:34:28 +01:00
tests-wire.c iwyu: tools/test*.c 2023-06-18 11:34:28 +01:00