Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.in « data - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59862ac472281eb8128b9ac96faba94354048aa3 (plain)
1
2
3
4
5
6
7
8
9
<configuration>
	<dllmap dll="cygwin1.dll" target="@LIBC@" />
	<dllmap dll="libc" target="@LIBC@" />
	<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>