Commit Graph

6 Commits

Author SHA1 Message Date
Fergus Henderson
322fc3065f Delete the definition of MERCURY_LPSOLVE, since it's long
Estimated hours taken: 0.25

scripts/mmc.in:
	Delete the definition of MERCURY_LPSOLVE, since it's long
	obsolete.
1998-11-05 10:51:32 +00:00
Fergus Henderson
f777d1920c Move the `-I $INTDIR' so that it goes *after* the user's arguments
Estimated hours taken: 0.5

scripts/mmc.in:
	Move the `-I $INTDIR' so that it goes *after* the user's arguments
	to mmc, rather than before.  This ensures that any directories that
	the user specifies using `-I' options are searched before the
	standard Mercury library directory, which is consistent with
	the way `-L' and `-R' options are currently handled.

	This patch is needed to allow `-I ..' specified in Mmakefile in
	extras/clpr/samples to work.  Otherwise, it uses the installed
	`.int' files, but links with the local (and potentially different)
	libraries, resulting in link errors.
1998-02-05 03:41:56 +00:00
Fergus Henderson
300761d01d Fix a bug in the setting of the MERCURY_LPSOLVE environment
Estimated hours taken: 0.25

scripts/mmc.in:
	Fix a bug in the setting of the MERCURY_LPSOLVE environment
	variable.
1997-10-14 03:29:02 +00:00
Fergus Henderson
269cbfb37c Set the MERCURY_LPSOLVE environment variable to the full path
Estimated hours taken: 0.25

scripts/mmc.in:
	Set the MERCURY_LPSOLVE environment variable to the full path
	"@BINDIR@/lp_solve", if not already set, so that it won't matter
	if users have another command called `lp_solve' in their path.
1997-10-11 12:37:58 +00:00
Fergus Henderson
04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00
Tyson Dowd
9e9aea4053 Rename mc' as mmc'. (Remember to commit mmc.in this time ;)
Estimated hours taken: 0.5

Rename `mc' as `mmc'. (Remember to commit mmc.in this time ;)

scripts/mmc.in:
	Change references to mc into mmc.
1997-07-16 05:18:56 +00:00