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: 4e7ca16e9766e4f92984b716a9e92573fa0c9515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<configuration>
	<dllmap dll="cygwin1.dll" target="@LIBC@" />
	<dllmap dll="libc" target="@LIBC@" />
	<dllmap dll="intl" 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@"/>
	<dllmap dll="msvcrt" target="@LIBC@"/>
	<dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@"/>
	<dllmap dll="sqlite" target="@SQLITE@"/>
	<dllmap dll="sqlite3" target="@SQLITE3@"/>
	<dllmap dll="libX11" target="@X11@"/>
	<dllmap dll="libcairo-2.dll" target="libcairo.so.2"/>
</configuration>