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:
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
parent3069d3baa1cdb28fe0c5ab10bc54d8b8576addc0 (diff)
* data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
Mono.Posix.dll. svn path=/trunk/mono/; revision=39882
-rw-r--r--ChangeLog5
-rw-r--r--data/config.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5492cb0f0e9..b5c653a7d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-31 Jonathan Pryor <jonpryor@vt.edu>
+
+ * data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
+ Mono.Posix.dll.
+
2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in: check for term.h and termios.h
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>