[xbuild] Evaluate Import with MSBuildThisFile* properties set.
[mono.git] / data / config.in
index b1df9335c6033300cf7c8c6c52be3ccae71c923a..ecc7692e94332bf7b2d6b0eb251fe0892d3447a9 100644 (file)
@@ -2,6 +2,8 @@
        <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="sqlite3" target="@SQLITE3@" os="!windows"/>
        <dllmap dll="libX11" target="@X11@" os="!windows" />
        <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
+       <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>
 </configuration>