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:
authorDaniel Morgan <monodanmorg@yahoo.com>2002-10-10 06:37:30 +0400
committerDaniel Morgan <monodanmorg@yahoo.com>2002-10-10 06:37:30 +0400
commitc0cbb53705b22dae2b6ca6f74bcf1a088c5e1858 (patch)
tree8cce7ba9010324005fdf4d7d024ecf2bcb943da9 /data
parent27d89dfd8a8ed63fe850028ca3eed8f7a02e1b38 (diff)
2002-10-09 Daniel Morgan <danmorg@sc.rr.com>
* data/config.in: add entry for MySQL native shared libraries which are different on Windows and Linux svn path=/trunk/mono/; revision=8123
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 0d1d24bb216..2e3dd09b19e 100644
--- a/data/config.in
+++ b/data/config.in
@@ -2,4 +2,5 @@
<dllmap dll="cygwin1.dll" target="@LIBC@" />
<dllmap dll="libc" target="@LIBC@" />
<dllmap dll="libxslt.dll" target="libxslt.so" />
+ <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
</configuration>