Hi,
Can anyone provide a step by step instruction on how to build the Mono class library (namely System.dll and mscorlib.dll) on windows? I can already build the core libmono/mono stuff using msvc.
I've already looked at the following (none of them work...)
- http://ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html
- http://www.codeproject.com/KB/cross-platform/mono%5Fon%5Fwindows.aspx
- http://www.mono-project.com/Compiling%5FMono%5Fon%5FWindows
Note: I'm using the latest source from SVN. (I need tasklet support...)
Thanks.