Files
mercury/scripts
Julien Fischer 1afc2b037e Fix further problems with building the csharp grade on Cygwin using the
Branches: main, 11.07

Fix further problems with building the csharp grade on Cygwin using the
Microsoft compiler.  There were two main problems:

(1) Mercury.config.bootstrap had not been updated so the environment
and csharp compiler types for the stage 1 compiler were incorrect.

(2) The '/' in Microsoft style /OPTIONS was sometimes being treated
as a path separator for the purposes of path conversion.

scripts/Mercury.config.bootstrap.in:
 	Bring this file back into sync with Mercury.config.

compiler/compile_target_code.m:
 	Use - style options with the csharp compiler rather than / style
 	ones.
 	(In addition to causing the above problem, the use of / also tends
 	to cause trouble with POSIX style shells in general - we already avoid
 	the use of / style options with MSVC for the same reason.)

 	Break some overlong lines.

compiler/handle_options.m:
 	Break an overlong line.
2012-02-10 03:59:15 +00:00
..
2011-11-08 03:12:33 +00:00