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
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2006-09-19 18:30:39 +0400
committerRaja R Harinath <harinath@hurrynot.org>2006-09-19 18:30:39 +0400
commit38a9d26bd4eef037283e728a40989006bbfa0963 (patch)
treed7c15bd5d357d53e6fd4b9946f6be6ff18007d1e /data/config.in
parente2776da872eb1bfb8c36d8fc71935ea5b9d5421e (diff)
Make slightly more readable. Dummy change to make fix in r65646 effective.
svn path=/trunk/mono/; revision=65648
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/config.in b/data/config.in
index 640b4753365..d4be26120d9 100644
--- a/data/config.in
+++ b/data/config.in
@@ -7,11 +7,11 @@
<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="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" />
</configuration>