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:
authorMiguel de Icaza <miguel@gnome.org>2016-09-22 16:28:17 +0300
committerGitHub <noreply@github.com>2016-09-22 16:28:17 +0300
commit2f1e6655e2c9a9dd28c0a8b14f26d3d6b1c720bd (patch)
treec44c81a3d0d8756ab87fa799c975b059a0fa9b75 /man/mkbundle.1
parentde952507c265f840d8df17469c4f85446e13e0d9 (diff)
[mkbundle] - Add support for bundling native libraries.
* [mkbundle] add support for bundling native libraries * [glib] add g_mkdtemp * mono: Load the various library payloads for bundled executables * [msvc] Export mono_dl_open and mono_loader_register_module
Diffstat (limited to 'man/mkbundle.1')
-rw-r--r--man/mkbundle.18
1 files changed, 7 insertions, 1 deletions
diff --git a/man/mkbundle.1 b/man/mkbundle.1
index 95861e0aeab..305cfcc7f72 100644
--- a/man/mkbundle.1
+++ b/man/mkbundle.1
@@ -159,10 +159,16 @@ flag to bundle all available encodings.
Or you can use a comma delimited list of the workds CJK, MidWest,
Other, Rare and West to specificy which encoding assemblies to distribute.
.TP
-.TP
.I "-L path"
Adds the `path' do the search list for assemblies. The rules are the
same as for the compiler -lib: or -L flags.
+.TP
+.I "--library [LIB,]PATH"
+Embeds the dynamic library file pointed to by `PATH' and optionally
+give it the name `LIB' into the bundled executable. This is used to
+ship native library dependencies that are unpacked at startup and
+loaded from the runtime.
+.TP
.I "--lists-targets"
Lists all of the available local cross compilation targets available
as precompiled binaries on the Mono distribution server.