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:
authorAleksey Kliger <aleksey@xamarin.com>2017-04-25 22:24:33 +0300
committerAleksey Kliger <aleksey@xamarin.com>2017-04-25 22:25:53 +0300
commitc629125a1d3f05874455270a04b76d0d0ff3ddf9 (patch)
treee780db6d529675695d08b782969412a3270e8c9c /man
parentd7e3698dbc06b268c564cd3a41a50902b01012e4 (diff)
[man] Document --apply-bindings=FILE option
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index e9e64c28508..dcde246d472 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -311,6 +311,16 @@ Instructs the AOT compiler to emit (or not emit) debug symbol information.
For more information about AOT, see: http://www.mono-project.com/docs/advanced/aot/
.RE
.TP
+\fB--apply-bindings=FILE\fR
+Apply the assembly bindings from the specified configuration file when running
+the AOT compiler. This is useful when compiling an auxiliary assembly that is
+referenced by a main assembly that provides a configuration file. For example,
+if app.exe uses lib.dll then in order to make the assembly bindings from
+app.exe.config available when compiling lib.dll ahead of time, use:
+.nf
+ mono --apply-bindings=app.exe.config --aot lib.dll
+.fi
+.TP
\fB--attach=[options]\fR
Currently the only option supported by this command line argument is
\fBdisable\fR which disables the attach functionality.