On Mon, 8 Jan 2007 16:48:25 +0100, Paolo Molaro <[EMAIL PROTECTED]>
scribbled:

> On 01/08/07 Marek Habersack wrote:
> > <dllmap dll="libxslt.dll" target="libxslt.so" os="!windows"/>
> > <dllmap dll="libmySQL.dll" target="libmysqlclient.so"
> > os="!windows" /> <dllmap dll="odbc32.dll" target="libodbc.so"
> > os="!windows"/>
[snip]
> In the future we'll allow listing multiple targets so if the dllimport
> code can handle multiple versions, the dllmap code will try all the
> possible targets until one loads:
> 
>       <dllmap dll="libmySQL.dll" target="libmysqlclient.so.10"
> os="!windows" /> <dllmap dll="libmySQL.dll"
> target="libmysqlclient.so.12" os="!windows" />
> 
> with later entries overriding earlier ones as it is now.
> There won't be any support for soname specifications as you suggested,
> becaue it's not portable, ordered or reliable.
I guess this solution is better to what I proposed. Thanks,

best regards,

marek

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to