[xbuild] Evaluate Import with MSBuildThisFile* properties set.
[mono.git] / data / config.in
index d4be26120d950ecd25b44c486173fbe1b8ef493d..ecc7692e94332bf7b2d6b0eb251fe0892d3447a9 100644 (file)
@@ -1,17 +1,28 @@
 <configuration>
-       <dllmap dll="cygwin1.dll" target="@LIBC@" />
-       <dllmap dll="libc" target="@LIBC@" />
-       <dllmap dll="intl" target="@INTL@" />
-       <dllmap dll="libintl" 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="libclntsh@libsuffix@" />
-       <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" />
+       <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="libMonoPosixHelper@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="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>