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>2006-01-06 19:55:07 +0300
committerJonathan Pryor <jpryor@novell.com>2006-01-06 19:55:07 +0300
commit1b8ed55498fe3d66686f081cedcf99d675a4b2e9 (patch)
tree8e9ee56ce0488b528dba2206beca505619571a25 /data
parentdf9a592c8c646fdbec7b4f406fb56e4c3edc5fe5 (diff)
* data/config.in: s/libintl/intl/g. Mono.Unix.Catalog DllImports "intl"
now, as intl.dll is the file actually shipped/available on Windows. svn path=/trunk/mono/; revision=55153
Diffstat (limited to 'data')
-rw-r--r--data/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.in b/data/config.in
index de200e53c46..4e7ca16e976 100644
--- a/data/config.in
+++ b/data/config.in
@@ -1,7 +1,7 @@
<configuration>
<dllmap dll="cygwin1.dll" target="@LIBC@" />
<dllmap dll="libc" target="@LIBC@" />
- <dllmap dll="libintl" target="@INTL@" />
+ <dllmap dll="intl" target="@INTL@" />
<dllmap dll="libxslt.dll" target="libxslt@libsuffix@" />
<dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" />
<dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />