Hi,
 
I'm trying to build a assemby using Mono 0.20 on Windows, but apparently the Mcs task calls the mcs.exe, this will cause Mono to compile an assembly using the .NET runtime instead of the Mono runtime.
 
The task should instead call "mono mcs.exe [options]"  where mcs.exe should be specified with a full path (eg. mono c:\mono-0.20\install\bin\mcs.exe -target:exe -out:test.exe -recurse:*.cs) or the mcs.bat file (which makes sure that mcs compiles using the Mono runtime).
 
Apparently some of the commandline options should be changed too.
 
Do we wait until Ian finishes his runtime support or do we patch this right now ?
 
Ian, when do you expect to commit your support for multiple runtimes ?
 
Gert

Reply via email to