[Mono-list] solaris.cs

Dick Porter dick@ximian.com
Thu, 22 Nov 2001 11:51:52 +0000


On Thu, Nov 22, 2001 at 11:33:24AM +0100, laurent rioux wrote:
> hello,
> 
> I'm currently porting mono on solaris/Sun (mainly the
> interpreter). here, my first file: "solaris.cs".

What are the differences between solaris.cs and the existing Linux.cs?

If they are minimal we should rename Linux.cs to POSIX.cs or something.
(Especially as I'm working on some changes to Linux.cs to use the new IO
layer)

> 
> The aim of this file is to obtain a specific
> "corlib.dll" file for solaris. 
> 
> Is somebody can update "corlib.build" to build a
> "corlib.dll" for solaris ? 

Again, this should just be the same as the linux build.

- Dick