Re: [Mingw-w64-public] [PATCH 2/2] crt: Generate libfeclient.a for x86.

2021-04-03 Thread Liu Hao
在 2021/4/3 下午8:01, Mark Harmstone 写道: Okay, thanks. Sorry to ask the obvious question, but why is Makefile.in in git if you don't want it committed...? I suspect that it is primarily for convenience. If others decide to build from source, they don't have to have autoconf, automake, etc.

Re: [Mingw-w64-public] [PATCH 2/2] crt: Generate libfeclient.a for x86.

2021-04-03 Thread Liu Hao
在 2021-04-02 23:56, Mark Harmstone 写道: Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.in| 2 +- mingw-w64-crt/lib32/Makefile.am | 1 + mingw-w64-crt/lib32/feclient.def | 43 3 files changed, 45 insertions(+), 1 deletion(-) create mode

[Mingw-w64-public] [PATCH 2/2] crt: Generate libfeclient.a for x86.

2021-04-02 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.in| 2 +- mingw-w64-crt/lib32/Makefile.am | 1 + mingw-w64-crt/lib32/feclient.def | 43 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 mingw-w64-crt/lib32/feclient.def diff