Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-01-01 23:51:47 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-01-01 23:51:47 +0300
commitbcf88aa666b8d4e55402fed02b4c491bcd5eddbc (patch)
tree6de45d7ad3eac109c58c7ac8b776ad2dac10dae2 /data/config.in
parent0af8d052e0139b6de1422a5727f3acee932ed1bb (diff)
Applied os="!windows" for all the mappings in this file as these
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
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/data/config.in b/data/config.in
index c2beca9259b..afb1ebdb42e 100644
--- a/data/config.in
+++ b/data/config.in
@@ -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>