[Mono-list] CSC Path Hard-Coded

Miguel de Icaza miguel@ximian.com
05 Aug 2001 13:07:34 -0400


> Is there any special reason why C# compiler absolute path is hard-coded into
> several makefiles?
> I understand, that for 90% of developers this path is OK, but what about the
> other 10% (like me)?

You can always type:

	make CSC=csc

That is what I do.

Alternatively, we can have a configuration system, or maybe have a way
of probing for the compiler but I have not written that yet.  

We are taking patches ;-)

Miguel.