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:
authorJb Evain <jbevain@gmail.com>2007-07-23 16:49:29 +0400
committerJb Evain <jbevain@gmail.com>2007-07-23 16:49:29 +0400
commit14f23b3b0e4b840cb809974677e7d2b4045752c0 (patch)
treea9c2010087a7f5ba672fcf2be6ae6f93e3d103f4 /man/monolinker.1
parentdeb6baadc62533d0f69bb98a37f5231e25a4bf20 (diff)
update
svn path=/trunk/mono/; revision=82488
Diffstat (limited to 'man/monolinker.1')
-rw-r--r--man/monolinker.117
1 files changed, 10 insertions, 7 deletions
diff --git a/man/monolinker.1 b/man/monolinker.1
index 9843449ca25..627b7ce7693 100644
--- a/man/monolinker.1
+++ b/man/monolinker.1
@@ -29,12 +29,12 @@ others. It will walk through all the code that it is given to it, and
remove all the unused methods and classes. This is done using a mark
and sweep operation on all the code that it is referenced.
.PP
-The generated output from the monolinker can be later processed by the
+The generated output from the monolinker can be later processed by the
.I mkbundle
tool to generate small native self-contained executables.
.PP
Do not confuse this with the Assembly Linker (al) which creates
-assemblies from manifests, modules and resource files.
+assemblies from manifests, modules and resource files.
.SH OPTIONS
.TP
.I "-d search_directory"
@@ -74,18 +74,21 @@ specify one of the following actions:
.RS
.ne 8
.TP
-.I skip
+.I skip
This instructs the linker to skip them and do nothing with them.
.TP
-.I copy
+.I copy
This instructs the linker to copy them to the output directory,
.TP
-.I link
+.I link
This instructs the linker to apply the linking process and reduce
their size.
.ne
.RE
.Sp
+.TP "-p action assembly"
+.I
+Specify per assembly which action to apply.
.TP
.I "-x descriptor"
Use an XML descriptor as a source for the linker.
@@ -165,8 +168,8 @@ namespace Foo {
.fi
.Sp
If you compile this custom against monolinker to a Foo.dll assembly, you
-can use the
-.I -s
+can use the
+.I -s
switch as follows. To add the FooStep at the end of the pipeline:
.Sp
.nf