[Mono-list] People distributing Mono for Windows.

Miguel de Icaza miguel@ximian.com
04 May 2002 16:36:31 -0400


Hello guys,

   If you are distributing binaries of Mono for Windows, please add to
your mcs.bat file:

@echo You are currently running the Mono C# compiler with the Mono 
@echo runtime.  To run the Mono C# compiler with the Microsoft runtime
@echo please use `monomcs' insead of mcs.
@echo The Mono runtime contains a bug that will not allow you to run
@echo images created with MCS with the Microsoft runtime.

   Because I am getting piles of private email telling me that mcs is
broken.

Miguel