Applied os="!windows" for all the mappings in this file as these
authorMiguel de Icaza <miguel@gnome.org>
Mon, 1 Jan 2007 20:51:47 +0000 (20:51 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 1 Jan 2007 20:51:47 +0000 (20:51 -0000)
mappings are designed to map Windows to Linux libraries and it
was breaking the Windows setup.

See bug 73391

svn path=/trunk/mono/; revision=70327

data/config.in

index c2beca9259b93fd3ef1d586d3975bc614918d657..afb1ebdb42e0503d8122e6ae61ae2b12d44918e1 100644 (file)
@@ -1,18 +1,18 @@
 <configuration>
-       <dllmap dll="cygwin1.dll" target="@LIBC@" />
-       <dllmap dll="libc" target="@LIBC@" />
-       <dllmap dll="intl" target="@INTL@" />
-       <dllmap dll="libintl" target="@INTL@" />
-       <dllmap dll="libxslt.dll" target="libxslt@libsuffix@" />
-       <dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" />
-       <dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />
+       <dllmap dll="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="libxslt@libsuffix@" os="!windows"/>
+       <dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" os="!windows" />
+       <dllmap dll="odbc32.dll" target="libodbc@libsuffix@" os="!windows"/>
        <dllmap os="osx" dll="odbc32.dll" target="libiodbc.dylib" />
        <dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
-       <dllmap dll="db2cli" target="libdb2_36@libsuffix@" />
-       <dllmap dll="msvcrt" target="@LIBC@" />
-       <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@" />
-       <dllmap dll="sqlite" target="@SQLITE@" />
-       <dllmap dll="sqlite3" target="@SQLITE3@" />
-       <dllmap dll="libX11" target="@X11@" />
-       <dllmap dll="libcairo-2.dll" target="libcairo.so.2" />
+       <dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
+       <dllmap dll="msvcrt" target="@LIBC@" os="!windows"/>
+       <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@" os="!windows" />
+       <dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
+       <dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
+       <dllmap dll="libX11" target="@X11@" os="!windows" />
+       <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
 </configuration>