bugfixed returned charsUsed counter
[mono.git] / data / config.in
index d14e0a8dec328ac11833f71676b77387c872ceca..1faae012ef2be58c6435da97f162047d2a081ae3 100644 (file)
        <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="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="@prefix@/lib/libgdiplus@libsuffix@" />
+       <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@" />
 </configuration>