Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorUrs C. Muff <urs@mono-cvs.ximian.com>2004-03-24 19:39:02 +0300
committerUrs C. Muff <urs@mono-cvs.ximian.com>2004-03-24 19:39:02 +0300
commit2be7ee27e0a41098b80d04cc33e1e9c3020f1502 (patch)
treec930e822c27280ea475a4cc7fa210ec48a6c26c2 /data
parentdcb5fa8f0bf3a954e103da95359ef2fc2995eb7e (diff)
use platform specific file extension for shared libraries (.so / .dylib)
svn path=/trunk/mono/; revision=24526
Diffstat (limited to 'data')
-rw-r--r--data/config.in31
1 files changed, 15 insertions, 16 deletions
diff --git a/data/config.in b/data/config.in
index ba56b43c98a..725b1b7bce8 100644
--- a/data/config.in
+++ b/data/config.in
@@ -1,21 +1,20 @@
<configuration>
<dllmap dll="cygwin1.dll" target="@LIBC@" />
<dllmap dll="libc" target="@LIBC@" />
- <dllmap dll="libxslt.dll" target="libxslt.so" />
- <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
- <dllmap dll="odbc32.dll" target="libodbc.so" />
- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so" />
- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so" />
- <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so" />
- <dllmap dll="libpango-1.0-0.dll" target="libpango-1.0.so" />
- <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so" />
- <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so" />
- <dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0.so" />
- <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so" />
- <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so" />
- <dllmap dll="libglade-2.0-0.dll" target="libglade-2.0.so" />
+ <dllmap dll="libxslt.dll" target="libxslt@libsuffix@" />
+ <dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" />
+ <dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />
+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0@libsuffix@" />
+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@libsuffix@" />
+ <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0@libsuffix@" />
+ <dllmap dll="libpango-1.0-0.dll" target="libpango-1.0@libsuffix@" />
+ <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@libsuffix@" />
+ <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0@libsuffix@" />
+ <dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0@libsuffix@" />
+ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0@libsuffix@" />
+ <dllmap dll="libglade-2.0-0.dll" target="libglade-2.0@libsuffix@" />
<dllmap dll="oci" target="clntsh" />
- <dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.0.so" />
- <dllmap dll="db2cli" target="libdb2_36.so"/>
- <dllmap dll="gstreamer" target="libgstreamer-0.6.so" />
+ <dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.0@libsuffix@" />
+ <dllmap dll="db2cli" target="libdb2_36@libsuffix@"/>
+ <dllmap dll="gstreamer" target="libgstreamer-0.6@libsuffix@" />
</configuration>