Files
mercury/bindist/README.MS-Windows
Fergus Henderson 1a23e8923a Various changes to support a binary distribution for Windows.
Estimated hours taken: 2

Various changes to support a binary distribution for Windows.

bindist/Mmake:
	Fix a bug (`lib' should have been `lib.tar').

bindist/Makefile.in:
	Fix a bug (it had `lib.tar' in a couple of places where it should
	have had `info.tar').
	Change the `echo "blah"' statements to `@echo "-- blah"'.

bindist/README.MS-Windows:
	Add directions for creating a binary distribution for Windows.

bindist/README.MS-Windows:
	Add directions for installing from the binary distribution
	for Windows.
1996-12-11 18:29:29 +00:00

12 lines
420 B
Plaintext

To create a binary distribution on Windows 95 or Windows NT:
- first install from the source distribution (see ../README.MS-Windows)
- s/mdemangle/mdemangle.exe/ and s/mkinit/mkinit.exe/
in bindist/Mmakefile and bindist/bindist.Makefile.in
- then just do `mmake bindist' in the bindist directory
(it may go into an infinite loop, but only _after_
producing the .tar.gz file, so if it does, just kill it)