Commit Graph

9 Commits

Author SHA1 Message Date
Fergus Henderson
7052e8f8e3 Fix some installation problems on MS Windows.
Estimated hours taken: 1

Fix some installation problems on MS Windows.

Mmakefile:
	Fix a bug: the definitions of the variables
	PREINSTALL_HACK_FOR_WINDOWS and POSTINSTALL_HACK_FOR_WINDOWS
	preceded their use.  The fix was just to move the definitions
	closer to near the start of the file.

README.MS-Windows:
	Update the documentation to reflect gnu-win32 b18.
	Update the patch at the end to reflect the above change to Mmakefile.
1998-02-06 16:04:07 +00:00
Fergus Henderson
45b051eef5 Move most of the stuff in the patch file at the end of
Estimated hours taken: 1

Mmakefile:
README.MS-Windows:
	Move most of the stuff in the patch file at the end of
	README.MS-Windows into Mmakefile, because the patch file
	was a maintenence problem (people would change Mmakefile
	and not update the patch).
1997-11-21 12:02:41 +00:00
Fergus Henderson
98a780c512 Modify the patch to Mmakefile: change the rule for `touch_files' to
Estimated hours taken: 2

README.MS-Windows:
	Modify the patch to Mmakefile: change the rule for `touch_files' to
		- ignore errors if `find . | touch' fails (for some reason,
		  the gnu-win32 `touch' fails for directories)
		- touch configure (otherwise it tries to run autoconf,
		  which may not be present) and config.status (otherwise
		  it tries to unnecessarily rerun configure).
1997-10-21 15:03:12 +00:00
Fergus Henderson
8d2fda992e Mention that running configure can fail, but works
Estimated hours taken: 0.5

README.MS-Windows:
	Mention that running configure can fail, but works
	if you run it again.
	Fix the patch to Mmakefile so that it patches cleanly
	(the lp_solve additions broke it).
1997-10-15 15:50:45 +00:00
Fergus Henderson
28840a4dda Improve the wording in a few places, correct some obsolete
Estimated hours taken: 3

README.MS-Windows:
	Improve the wording in a few places, correct some obsolete
	things, and fix a bug in the patch to Mmakefile.
1997-06-11 11:28:07 +00:00
Fergus Henderson
f4927b58c2 Fix a problem with compiling Mercury on Windows
Estimated hours taken: 0.5

Fix a problem with compiling Mercury on Windows
reported by Paul Massey <pma@miscrit.be>.

README.MS-Windows:
	Change the patch at the end: firstly update it to refer
	to `Mmakefile' rather than `Mmake', and secondly add
	a couple more `touch' commands in the `touch-files'
	rule that it adds to the Mmakefile.  Previously it
	didn't touch the .c files in the boehm_gc and runtime
	directories.
1997-04-10 17:53:25 +00:00
Fergus Henderson
d1672fef26 s/Mmake/Mmakefile/ in the patch, since the file it refers to has
Estimated hours taken: 0.25

README.MS-Windows:
	s/Mmake/Mmakefile/ in the patch, since the file it refers to has
	been renamed.  Also update the description of the problems
	re Mmake vs Mmakefile, since we've now renamed our Mmake files,
	so the problem will only occur if the user names their files
	`Mmake'.
1997-02-26 09:44:16 +00:00
Fergus Henderson
e3d640de01 Update for gnu-win32 version b17.1: system() is now fixed
Estimated hours taken: 0.5

README.MS-Windows:
	Update for gnu-win32 version b17.1: system() is now fixed
	(so no work-around needed); "-Wl,--force-exe-suffix" is now
	the default; but the handling of `.exe' has changed again,
	so we need to modify the work-around for that.
1996-12-20 14:11:27 +00:00
Fergus Henderson
590d0e2fca Rename README.ms-windows' as README.MS-Windows'.
Estimated hours taken: 0.1

Rename `README.ms-windows' as `README.MS-Windows'.
1996-12-19 04:06:43 +00:00