mingw: improve crash information reporting
commita6041261b24c28b7210d5599e105556977be9d46
authorStefan Becker <chemobejk@gmail.com>
Sat, 28 Jun 2014 16:13:56 +0000 (28 19:13 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sat, 16 Aug 2014 11:11:11 +0000 (16 14:11 +0300)
treefe6555f7aa04c98219ac11af82e9bac3fc6a3d3d
parent50879d356eb3182f1ce38573e1421fdaa8910f75
mingw: improve crash information reporting

Up to now we have always released libsipe.dll without stripping it. But
Pidgin crash reporter expects files with debug symbols at a special
location.

Update the MinGW build to also generate & install a stripped
libsipe.dll, just like Pidgin Windows does.

Update the NSIS installer to copy the stripped libsipe.dll to the usual
place and the non-stripped libsipe.dll.dbgsym into the same location
where Pidgin expects files with debug symbols.

The Pidgin.RPT file should now contain more information when SIPE causes
a crash.

(cherry picked from commit 528db6a9b4015f6653c4b6681f43d764b8bbc8a3)
Makefile.mingw
contrib/opensuse-build-service/pidgin-sipe.nsi.template
contrib/opensuse-build-service/pidgin-sipe.spec
src/core/Makefile.mingw