mingw: improve crash information reporting
commit528db6a9b4015f6653c4b6681f43d764b8bbc8a3
authorStefan Becker <chemobejk@gmail.com>
Sat, 28 Jun 2014 16:13:56 +0000 (28 19:13 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sat, 28 Jun 2014 16:13:56 +0000 (28 19:13 +0300)
tree7ad426f714bea39691eb8ce0ed379dc4a6b1f29e
parent0371fcb4b608e7e144fb798c511caa742b84c101
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.
Makefile.mingw
contrib/opensuse-build-service/pidgin-sipe.nsi.template
contrib/opensuse-build-service/pidgin-sipe.spec
src/core/Makefile.mingw