Fixed build breakage from my previous commit
[mono.git] / man / mkbundle.1
index 5792280e28a5af64a1dfa9f97eb444c000129f52..82bfe1326290d136dd77b2fa6910b9d7f93bfdfa 100644 (file)
@@ -102,6 +102,14 @@ When passed, DIR will be set for the MONO_CFG_DIR environment variable
 By default \fImkbundle\fP dynamically links to mono and glib.  This option
 causes it to statically link instead.
 .TP
+.B Important:
+Since the Mono runtime is licensed under the LGPL, even if you use
+static you should transfer the component pieces of the mkbundle to
+your users so they are able to upgrade the Mono runtime on their own.
+.TP
+If you want to use this for commercial licenses, you must obtain a
+proprietary license for Mono from mono@novell.com
+.TP
 .I "-z"
 Compresses the assemblies before embedding. This results in smaller
 executable files, but increases startup time and requires zlib to be
@@ -118,6 +126,10 @@ Assembler command. The default is "as".
 .I "CC"
 C compiler command. The default is "cc" under Linux and "gcc -mno-cygwin"
 under Windows.
+.TP
+.I "MONO_BUNDLED_OPTIONS"
+Options to be passed to the bundled
+Mono runtime, separated by spaces. See the mono(1) manual page or run mono --help.
 .SH FILES
 This program will load referenced assemblies from the Mono assembly
 cache.