Document
authorMiguel de Icaza <miguel@gnome.org>
Thu, 4 Jan 2007 17:10:21 +0000 (17:10 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 4 Jan 2007 17:10:21 +0000 (17:10 -0000)
svn path=/trunk/mono/; revision=70490

man/mkbundle.1

index 05b8c9c9e1bd6a52a24a2dba048dbd19cad33baf..7bf48382f72b7e74a66a5e126a4f0ee9b44bc1c6 100644 (file)
@@ -84,9 +84,9 @@ distribute a self-contained image.
 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.
+.I "--machine-config FILE"
+Uses the given FILE as the machine.config file for the generated
+application.   
 .TP
 .I "--nomain"
 With the -c option, generate the host stub without a main() function.
@@ -94,6 +94,10 @@ With the -c option, generate the host stub without a main() function.
 .I "--config-dir DIR"
 When passed, DIR will be set for the MONO_CFG_DIR environment variable
 .TP
+.I "--static"
+By default mkbundle dynamically links to mono and glib.  This option
+causes it to statically link instead.
+.TP
 .I "-z"
 Compresses the assemblies before embedding. This results in smaller
 executable files, but increases startup time and requires zlib to be