Hello,

> I've checked out and compiled mono/mcs from CVS
> and everything works fine...
> 
> I've just a question: where can I find the al.exe
> program? Actually it is not included neither in
> mono nor in mcs. I need it to link a .resource file
> into a satellite assembly.

We do not ship al.exe yet.   

You can link the resource by compiling it directly into your source
code:

        mcs program.cs -resource:file.resource

Miguel.
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to