[Mono-list] Why doesn't the Mono distribution contain al.exe?

2003-07-05 Thread Giuseppe Greco
Hi all,

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.

Thanks,

Gius_.

-- 

Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com


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


Re: [Mono-list] Why doesn't the Mono distribution contain al.exe?

2003-07-05 Thread Maurizio Colucci
Giuseppe Greco wrote:

Hi all,

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.
Thanks,

Gius_.

Last time I asked, someone replied sorry but mono does not yet support 
separate compilation.

mcs is all you have, I guess. no al.exe. :-(

ciao

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


Re: [Mono-list] Why doesn't the Mono distribution contain al.exe?

2003-07-05 Thread Giuseppe Greco
On Sat, 2003-07-05 at 18:13, Maurizio Colucci wrote:
 Giuseppe Greco wrote:
 
  Hi all,
  
  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.
  
  Thanks,
  
  Gius_.
  
 
 Last time I asked, someone replied sorry but mono does not yet support 
 separate compilation.
 
 mcs is all you have, I guess. no al.exe. :-(
 
 ciao

Grazie.

That means I've to generate satellite assemblies
with .NET from Windows and then go back to Linux,
isn't it?

Gius_.

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

Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com


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


Re: [Mono-list] Why doesn't the Mono distribution contain al.exe?

2003-07-05 Thread Miguel de Icaza
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