[Mingw-w64-public] Is it safe to strip all the executables in MSYS2/mingw64

2018-02-06 Thread Budi
I found out many of executable binaries in bin folder of msys2 and mingw64 can still be stripped. Is it safe enough to strip all these executable entirely ? -- Check out the vibrant tech community on one of the world's mos

[Mingw-w64-public] [PATCH] ucrtbase: Map the (_)strcmpi function to _stricmp

2018-02-06 Thread Martin Storsjö
When using GNU binutils, the function aliases won't work transitively, i.e. the strcmpi == _strcmpi alias in msvcrt-common.def.in won't use the second alias of _strcmpi == _stricmp in ucrtbase.def.in but will instead end up with an import of the nonexistent function _strcmpi. Therefore add an ifdef

Re: [Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Martin Storsjö
On Tue, 6 Feb 2018, Jacek Caban wrote: This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION file to Wine version, which is imported into configure script. Signed-off-by: Jacek Caban --- mingw-w64-tools/widl/wine-import.sh | 1 + 1 file changed, 1 insertion(+) Oh, indeed

Re: [Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Kai Tietz via Mingw-w64-public
Ok. Thanks, Kai 2018-02-06 11:53 GMT+01:00 Jacek Caban : > > This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION > file to Wine version, which is imported into configure script. > > Signed-off-by: Jacek Caban > --- > mingw-w64-tools/widl/wine-import.sh | 1 + > 1 file change

[Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Jacek Caban
This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION file to Wine version, which is imported into configure script. Signed-off-by: Jacek Caban --- mingw-w64-tools/widl/wine-import.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-tools/widl/wine-import.sh