]> icculus.org git repositories - icculus/xz.git/commit - windows/Makefile
Revise the Windows build files.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 31 Jan 2010 21:28:51 +0000 (23:28 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 31 Jan 2010 21:28:51 +0000 (23:28 +0200)
commit8884e16864ba53fb4b58623d7537d7ef30c28e11
tree4b4b670641cfeb4eed71458fe743ef1d728c8677
parent34eb5e201d62f7f46bbe6fe97cfe08cb31b3b88c
Revise the Windows build files.

The old Makefile + config.h was deleted, because it
becomes outdated too easily and building with the
Autotools based build system works fine even on Windows.

windows/build.sh hasn't got much testing, but it should
work to build 32-bit x86 and x86-64 versions of XZ Utils
using MSYS, MinGW or MinGW-w32, and MinGW-w64.

windows/INSTALL-Windows.txt describes what packages are
needed and how to install them.

windows/README-Windows.txt is a readme file for the binary
package that build.sh hopefully builds.

There are no instructions about using Autotools for now,
so those using a git snapshot may want to run
"autoreconf -fi && ./configure && make mydist" on a UN*X
box and then copy the resulting .tar.gz to a Windows.
windows/INSTALL-Windows.txt [new file with mode: 0644]
windows/Makefile [deleted file]
windows/README [deleted file]
windows/README-Windows.txt [new file with mode: 0644]
windows/build.sh [new file with mode: 0644]
windows/config.h [deleted file]