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:
authorBrian Ritchie <brian@mono-cvs.ximian.com>2002-10-14 09:25:43 +0400
committerBrian Ritchie <brian@mono-cvs.ximian.com>2002-10-14 09:25:43 +0400
commit77ddaa1106df33177c14af94966e4493654725c3 (patch)
treed9166fd01f58620b611d340b513b735f8606debe /data
parent1a3c0abe895439db2890b90b4b655c564c25767c (diff)
Added dllmapping for odbc32
svn path=/trunk/mono/; revision=8235
Diffstat (limited to 'data')
-rw-r--r--data/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index 2e3dd09b19e..fe5611ac447 100644
--- a/data/config.in
+++ b/data/config.in
@@ -3,4 +3,5 @@
<dllmap dll="libc" target="@LIBC@" />
<dllmap dll="libxslt.dll" target="libxslt.so" />
<dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
+ <dllmap dll="odbc32.dll" target="libodbc.so" />
</configuration>