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
path: root/data
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2005-02-01 03:39:19 +0300
committerJonathan Pryor <jpryor@novell.com>2005-02-01 03:39:19 +0300
commit1c7b22a6a55d9e4e066b615876c2ff22f027e09c (patch)
tree02984ab32ac069393740231ce63a36705f9705dc /data
parent3069d3baa1cdb28fe0c5ab10bc54d8b8576addc0 (diff)
* data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
Mono.Posix.dll. svn path=/trunk/mono/; revision=39882
Diffstat (limited to 'data')
-rw-r--r--data/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index c14657e7ad1..96c191e1a64 100644
--- a/data/config.in
+++ b/data/config.in
@@ -7,4 +7,6 @@
<dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />
<dllmap dll="oci" target="clntsh" />
<dllmap dll="db2cli" target="libdb2_36@libsuffix@"/>
+ <dllmap dll="msvcrt" target="@LIBC@"/>
+ <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@"/>
</configuration>