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:
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
new file mode 100644
index 00000000000..c14657e7ad1
--- /dev/null
+++ b/data/config.in
@@ -0,0 +1,10 @@
+<configuration>
+ <dllmap dll="cygwin1.dll" target="@LIBC@" />
+ <dllmap dll="libc" target="@LIBC@" />
+ <dllmap dll="libintl" target="@INTL@" />
+ <dllmap dll="libxslt.dll" target="libxslt@libsuffix@" />
+ <dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" />
+ <dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />
+ <dllmap dll="oci" target="clntsh" />
+ <dllmap dll="db2cli" target="libdb2_36@libsuffix@"/>
+</configuration>