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/man
diff options
context:
space:
mode:
authorJames Willcox <jwilcox@mono-cvs.ximian.com>2005-04-11 18:17:51 +0400
committerJames Willcox <jwilcox@mono-cvs.ximian.com>2005-04-11 18:17:51 +0400
commit534df1031ce67228490200698b49e7a6c15cf4ac (patch)
tree249fd1677093a56b1259988fa8e9d6444f69f81c /man
parent55cab26c6e0df2f1e5edca45eb8179b313ad8ca9 (diff)
2005-04-11 James Willcox <james@ximian.com>
* man/mkbundle.1: add --static option svn path=/trunk/mono/; revision=42790
Diffstat (limited to 'man')
-rw-r--r--man/mkbundle.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mkbundle.1 b/man/mkbundle.1
index 381e41dfc88..724d4aa3571 100644
--- a/man/mkbundle.1
+++ b/man/mkbundle.1
@@ -75,6 +75,10 @@ distribute a self-contained image.
.I "--keeptemp"
By default mkbundle will delete the temporary files that it uses to
produce the bundle. This option keeps the file around.
+.TP
+.I "--static"
+By default mkbundle dynamically links to mono and glib. This option
+causes it to statically link instead.
.SH FILES
This program will load referenced assemblies from the Mono assembly
cache.