Re: [Mingw-w64-public] [PATCH] Fix msvcr120_app.def.in path

2019-07-26 Thread Liu Hao
在 2019/7/26 7:01, Marvin Scholz 写道: > Fix the path of msvcr120_app.def.in after it was moved to > lib-common in 18249f31116dc8832ee0257c9d8728f5356d7098 > --- > mingw-w64-crt/Makefile.am | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > Thanks. I pushed this patch. -- Best reg

[Mingw-w64-public] [PATCH] Fix msvcr120_app.def.in path

2019-07-25 Thread Marvin Scholz
Fix the path of msvcr120_app.def.in after it was moved to lib-common in 18249f31116dc8832ee0257c9d8728f5356d7098 --- mingw-w64-crt/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 4caf073f..e5b1ee9b 10