Add Windows cross-build script.
commitebcc08a6d4d8d3071e4fb31e7e010d0c095c7ad9
authorCesar Strauss <cstrauss@not2005.cea.inpe.br>
Sat, 13 Aug 2011 20:06:01 +0000 (13 16:06 -0400)
committerDJ Delorie <dj@delorie.com>
Sat, 13 Aug 2011 20:06:01 +0000 (13 16:06 -0400)
tree3fbe8fbd3b1f6d7b54ee544a3ee76fa68386c585
parentb257c10be738af0f256a3fe80132447eb2d18a4b
Add Windows cross-build script.

Closes-bug: lp-699494
42 files changed:
Makefile.am
README.w32 [new file with mode: 0644]
configure.ac
w32/.gitignore [new file with mode: 0644]
w32/Makefile.am [new file with mode: 0644]
w32/README [new file with mode: 0644]
w32/build-all.sh [new file with mode: 0755]
w32/minipack.conf [new file with mode: 0644]
w32/mpk [new file with mode: 0755]
w32/patches/gd/0001-Export-sysbols-when-building-as-a-DLL.patch [new file with mode: 0644]
w32/patches/gd/0002-Libtool-requires-no-undefined-to-build-a-DLL.patch [new file with mode: 0644]
w32/patches/gd/0003-Avoid-conflit-between-libjpeg-and-windows-headers.patch [new file with mode: 0644]
w32/patches/gettext/01-revert-sed-string.patch [new file with mode: 0644]
w32/patches/gettext/02-Avoid-missing-open-argument-error.patch [new file with mode: 0644]
w32/patches/gtk+/01-mousewheel.patch [new file with mode: 0644]
w32/patches/zlib/01-shared-lib-support.patch [new file with mode: 0644]
w32/patches/zlib/02-cross-build.patch [new file with mode: 0644]
w32/recipes/atk.recipe [new file with mode: 0644]
w32/recipes/cairo.recipe [new file with mode: 0644]
w32/recipes/gd.recipe [new file with mode: 0644]
w32/recipes/gettext.recipe [new file with mode: 0644]
w32/recipes/glib.recipe [new file with mode: 0644]
w32/recipes/gtk+.recipe [new file with mode: 0644]
w32/recipes/jpeg.recipe [new file with mode: 0644]
w32/recipes/libiconv.recipe [new file with mode: 0644]
w32/recipes/libpng.recipe [new file with mode: 0644]
w32/recipes/pango.recipe [new file with mode: 0644]
w32/recipes/pcb.recipe [new file with mode: 0644]
w32/recipes/pixman.recipe [new file with mode: 0644]
w32/recipes/tiff.recipe [new file with mode: 0644]
w32/recipes/zlib.recipe [new file with mode: 0644]
w32/tools/mpk-build [new file with mode: 0644]
w32/tools/mpk-clean [new file with mode: 0644]
w32/tools/mpk-config.guess [new file with mode: 0755]
w32/tools/mpk-help [new file with mode: 0644]
w32/tools/mpk-install [new file with mode: 0644]
w32/tools/mpk-remove [new file with mode: 0644]
w32/tools/mpk-shell [new file with mode: 0644]
w32/tools/mpk-source [new file with mode: 0644]
w32/tools/mpk-unpack [new file with mode: 0644]
w32/tools/mpk-version [new file with mode: 0644]
w32/tools/tool.template [new file with mode: 0755]