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: afb1ebdb42e0503d8122e6ae61ae2b12d44918e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<configuration>
	<dllmap dll="cygwin1.dll" target="@LIBC@" os="!windows" />
	<dllmap dll="libc" target="@LIBC@" os="!windows"/>
	<dllmap dll="intl" target="@INTL@" os="!windows"/>
	<dllmap dll="libintl" target="@INTL@" os="!windows"/>
	<dllmap dll="libxslt.dll" target="libxslt@libsuffix@" os="!windows"/>
	<dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" os="!windows" />
	<dllmap dll="odbc32.dll" target="libodbc@libsuffix@" os="!windows"/>
	<dllmap os="osx" dll="odbc32.dll" target="libiodbc.dylib" />
	<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
	<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
	<dllmap dll="msvcrt" target="@LIBC@" os="!windows"/>
	<dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@" os="!windows" />
	<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
	<dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
	<dllmap dll="libX11" target="@X11@" os="!windows" />
	<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
</configuration>