contrib: add MinGW cross-compilation instructions
commit02e96dfb2a724e6bdf810d7a2f22b98164bcaaae
authorStefan Becker <chemobejk@gmail.com>
Thu, 9 Feb 2012 19:14:16 +0000 (9 21:14 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 9 Feb 2012 19:14:16 +0000 (9 21:14 +0200)
tree6f382e17ef04344e663fafd1ac0300d1f495f986
parenta9b14ab3a392a921defb39fcce2b9e1912aa742e
contrib: add MinGW cross-compilation instructions

With these instructions it is possible to generate a libsipe.dll on a
Linux machine, that is compatible with the official Pidgin Windows
release.

Cleaned up src/core/Makefile.mingw:

  - removed gmime, we're only compiling against libpurple anyway
  - removed libiconv, it doesn't seem to be needed anymore
  - added support for MinGW cross-compilation build

Updated several Makefile.am's to ensure that all source code gets
included in the distribution archive.
ChangeLog
Makefile.am
contrib/mingw-cross-compile/README.txt [new file with mode: 0644]
contrib/mingw-cross-compile/fetch.sh [new file with mode: 0755]
contrib/mingw-cross-compile/local.mak [new file with mode: 0644]
pixmaps/Makefile.am
src/Makefile.am
src/core/Makefile.am
src/core/Makefile.mingw