[Mono-list] Add new assemblies
Miguel de Icaza
miguel@ximian.com
04 Dec 2002 16:12:03 -0500
Hello,
> > The Oberon compiler consists of the following files:
> >
> > - Oberon.EXE (the main compiler)
> > - Obscan.DLL
> > - Obgen.DLL
> >
> > and the source files of the above programs/libraries....
>
> The likely issue is the name: we look only for ".dll" and ".exe" files:
> it works in windows because they have a case-insensitive filesystem.
> Just renaming the files should get the compiler to work.
I believe the Oberon compiler depends on Ilasm to be available.
Miguel