Author: lupus
Date: 2007-02-23 09:14:58 -0500 (Fri, 23 Feb 2007)
New Revision: 73364
Modified:
trunk/mono/data/config.in
Log:
Allow case-insensitive matching of windows dll names.
Modified: trunk/mono/data/config.in
===================================================================
--- trunk/mono/data/config.in 2007-02-23 14:12:53 UTC (rev 73363)
+++ trunk/mono/data/config.in 2007-02-23 14:14:58 UTC (rev 73364)
@@ -1,16 +1,16 @@
<configuration>
- <dllmap dll="cygwin1.dll" target="@LIBC@" os="!windows" />
+ <dllmap dll="i:cygwin1.dll" target="@LIBC@" os="!windows" />
<dllmap dll="libc" target="@LIBC@" os="!windows"/>
<dllmap dll="intl" target="@INTL@" os="!windows"/>
<dllmap dll="libintl" target="@INTL@" os="!windows"/>
- <dllmap dll="libxslt.dll" target="[EMAIL PROTECTED]@" os="!windows"/>
- <dllmap dll="odbc32.dll" target="[EMAIL PROTECTED]@" os="!windows"/>
- <dllmap os="osx" dll="odbc32.dll" target="libiodbc.dylib" />
+ <dllmap dll="i:libxslt.dll" target="[EMAIL PROTECTED]@" os="!windows"/>
+ <dllmap dll="i:odbc32.dll" target="[EMAIL PROTECTED]@" os="!windows"/>
+ <dllmap dll="i:odbc32.dll" target="libiodbc.dylib os="osx"" />
<dllmap dll="oci" target="[EMAIL PROTECTED]@" os="!windows"/>
<dllmap dll="db2cli" target="[EMAIL PROTECTED]@" os="!windows"/>
<dllmap dll="MonoPosixHelper" target="[EMAIL PROTECTED]@" os="!windows"
/>
- <dllmap dll="msvcrt" target="@LIBC@" os="!windows"/>
- <dllmap dll="msvcrt.dll" target="@LIBC@" os="!windows"/>
+ <dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/>
+ <dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/>
<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
<dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
<dllmap dll="libX11" target="@X11@" os="!windows" />
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches