[Mono-list] The very last question about monoresgen...

Gonzalo Paniagua Javier gonzalo@ximian.com
Sun, 14 Sep 2003 13:23:23 +0200


El lun, 01-09-2003 a las 11:54, Giuseppe Greco escribió:
> Hi all,
> 
> is it possible to generate a single *.resources file from
> multiple *.resx or *.txt files?
> 
> If not, is there a workaround?
> 
> I need something like this because some strings are module
> specific, but some others could be used among the different
> modules within the same assembly (with the term 'module' I
> mean a DLL).

You can combine multiple resx or txt files in a single one in your
makefile. Then generate the resources from it.

-Gonzalo