0510252385
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
47 lines
3.1 KiB
Plaintext
47 lines
3.1 KiB
Plaintext
<configuration>
|
|
<dllmap dll="i:cygwin1.dll" target="@LIBC@" os="!windows" />
|
|
<dllmap dll="libc" target="@LIBC@" os="!windows"/>
|
|
<dllmap dll="intl" target="@INTL@" os="!windows"/>
|
|
<dllmap dll="intl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
|
|
<dllmap dll="libintl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
|
|
<dllmap dll="libintl" target="@INTL@" os="!windows"/>
|
|
<dllmap dll="i:libxslt.dll" target="libxslt@libsuffix@" os="!windows"/>
|
|
<dllmap dll="i:odbc32.dll" target="libodbc@libsuffix@" os="!windows"/>
|
|
<dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
|
|
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
|
|
<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
|
|
<dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper@libsuffix@" os="!windows" />
|
|
<dllmap dll="System.Native" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="!windows" />
|
|
<dllmap dll="System.Net.Security.Native" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="!windows" />
|
|
<dllmap dll="System.Security.Cryptography.Native.Apple" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="osx" />
|
|
<dllmap dll="libmono-btls-shared" target="$mono_libdir/libmono-btls-shared@libsuffix@" os="!windows" />
|
|
<dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/>
|
|
<dllmap dll="i:msvcrt.dll" target="@LIBC@" 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="libgdk-x11-2.0" target="@GDKX11@" os="!windows"/>
|
|
<dllmap dll="libgdk_pixbuf-2.0" target="libgdk_pixbuf-2.0.so.0" os="!windows"/>
|
|
<dllmap dll="libgtk-x11-2.0" target="@GTKX11@" os="!windows"/>
|
|
<dllmap dll="libglib-2.0" target="libglib-2.0.so.0" os="!windows"/>
|
|
<dllmap dll="libgobject-2.0" target="libgobject-2.0.so.0" os="!windows"/>
|
|
<dllmap dll="libgnomeui-2" target="libgnomeui-2.so.0" os="!windows"/>
|
|
<dllmap dll="librsvg-2" target="librsvg-2.so.2" os="!windows"/>
|
|
<dllmap dll="libXinerama" target="@XINERAMA@" os="!windows" />
|
|
<dllmap dll="libasound" target="libasound.so.2" os="!windows" />
|
|
<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
|
|
<dllmap dll="libcairo-2.dll" target="libcairo.2.dylib" os="osx"/>
|
|
<dllmap dll="libcups" target="libcups.so.2" os="!windows"/>
|
|
<dllmap dll="libcups" target="libcups.dylib" os="osx"/>
|
|
<dllmap dll="i:kernel32.dll">
|
|
<dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
|
|
<dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
|
|
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
|
|
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
|
|
</dllmap>
|
|
<dllmap dll="gdiplus" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
<dllmap dll="gdiplus.dll" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
<dllmap dll="gdi32" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
<dllmap dll="gdi32.dll" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
</configuration>
|