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:
authorZoltan Varga <vargaz@gmail.com>2016-10-22 00:29:13 +0300
committerGitHub <noreply@github.com>2016-10-22 00:29:13 +0300
commit2fb07d6c6d5b3915ef4665391febbb7b8be09fb5 (patch)
tree6c5e0315011a1f707c844a3ae171ca71db5b0ebf /data
parent20acd5895c2f0d661a4a9971f979f33384f6066e (diff)
[btls] Convert BTLS icalls to pinvokes by invoking them using [DllImp… (#3799)
* [btls] Convert BTLS icalls to pinvokes by invoking them using [DllImport("__Internal")], which will make it easier to redirect them to a separate dylib in the future. * [btls] Add a --enable-dynamic-btls configure flag to enable compiling btls into a separate shared library instead of embedding it into the runtime.
Diffstat (limited to 'data')
-rw-r--r--data/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index b4b7243ecfd..be831514293 100644
--- a/data/config.in
+++ b/data/config.in
@@ -11,6 +11,7 @@
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
<dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper@libsuffix@" os="!windows" />
+ <dllmap dll="libmono-btls-shared" target="$mono_libdir/libmono-btls-shared@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"/>