config.in 1.6 KB

1234567891011121314151617181920212223242526
  1. <configuration>
  2. <dllmap dll="i:cygwin1.dll" target="@LIBC@" os="!windows" />
  3. <dllmap dll="libc" target="@LIBC@" os="!windows"/>
  4. <dllmap dll="intl" target="@INTL@" os="!windows"/>
  5. <dllmap dll="intl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
  6. <dllmap dll="libintl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
  7. <dllmap dll="libintl" target="@INTL@" os="!windows"/>
  8. <dllmap dll="i:libxslt.dll" target="libxslt@libsuffix@" os="!windows"/>
  9. <dllmap dll="i:odbc32.dll" target="libodbc@libsuffix@" os="!windows"/>
  10. <dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
  11. <dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
  12. <dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
  13. <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@" os="!windows" />
  14. <dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/>
  15. <dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/>
  16. <dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
  17. <dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
  18. <dllmap dll="libX11" target="@X11@" os="!windows" />
  19. <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
  20. <dllmap dll="i:kernel32.dll">
  21. <dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
  22. <dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
  23. <dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
  24. <dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
  25. </dllmap>
  26. </configuration>