2002-10-09 Daniel Morgan <danmorg@sc.rr.com>
authorDaniel Morgan <monodanmorg@yahoo.com>
Thu, 10 Oct 2002 02:37:30 +0000 (02:37 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Thu, 10 Oct 2002 02:37:30 +0000 (02:37 -0000)
* data/config.in: add entry for MySQL native shared libraries
  which are different on Windows and Linux

svn path=/trunk/mono/; revision=8123

ChangeLog
data/config.in

index 1fef4caa7ccedbac95b12edca22e1a009e6ef2e5..b15eb31a29f9e3f59a1b2c6a5d9c5c71e05c9e48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
+
 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
 
        * doc/ccvs: Fixed some ugly formatting.
index 0d1d24bb2166885f74e47ffac51c6edb2d864af9..2e3dd09b19eae5501c4152cb6273e78797805c01 100644 (file)
@@ -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>