datpacker, a tool for packing DAT archives as used by the Touhou game series.

This program is based on thamlt/melth10.

Building:
	$ ./autoconf.sh
	$ ./configure
	$ make

Building on OpenBSD:
	Install autoconf (2.60 or later) and automake.
	$ export AUTOMAKE_VERSION=2.60 (replace by the version you installed)
	$ export AUTOCONF_VERSION=1.9 (replace by the version you installed)
	$ ./autoconf.sh
	$ ./configure CFLAGS="-fopenmp"
	$ make

Building for Windows (on Linux):
	Install MinGW.
	$ ./autoconf.sh
	$ ./configure --host=i486-mingw32 (replace by the prefix your installation of MinGW uses)
	$ make

Building for Windows (on Linux, using Wine and MSVCEE2005):
	Install Wine and MSVCEE2005.
	Edit Makefile.msvc.
	$ make

xarnonymous@gmail.com
