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-03 03:06:27 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-01-03 03:06:27 +0300
commitd56079910963342bdcaeb9c274a51bd70bbf0ce0 (patch)
tree69fbd243c5e080bbc324cc2f9fcb8722bee06f1e /data/config.in
parentef0d00168b6dd7b9c2d0e98e276956a8e5a89c9c (diff)
Add it with the extension, needed?
svn path=/trunk/mono/; revision=70390
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/config.in b/data/config.in
index afb1ebdb42e..770774e2682 100644
--- a/data/config.in
+++ b/data/config.in
@@ -9,8 +9,9 @@
<dllmap os="osx" dll="odbc32.dll" target="libiodbc.dylib" />
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
<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="msvcrt" target="@LIBC@" os="!windows"/>
+ <dllmap dll="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" />