mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 19:03:45 +00:00
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.
12 lines
420 B
Plaintext
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)
|
|
|