X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmonolinker.1;h=cf49920a39c02ae96677203deac994d871954644;hb=eae326c71c117db0c492fef7d18a221d6644f44e;hp=1015bbcdec7e6ae494f00a7994cc09faeb1b1152;hpb=be084b5bdcbdee0354a5d4ba168f8c06fc8ce948;p=mono.git diff --git a/man/monolinker.1 b/man/monolinker.1 index 1015bbcdec7..cf49920a39c 100644 --- a/man/monolinker.1 +++ b/man/monolinker.1 @@ -46,6 +46,13 @@ Specify the output directory, default is 'output'. If you specify the directory `.', please ensure that you won't write over important assemblies of yours. .TP +.I "-b true | false" +Specify whether to generate debug symbols or not, default is false. +.TP +.I "-g true | false" +Specify whether to generate a new guid for each linked module or reuse the +existing one, default is true. +.TP .I "-l i18n_assemblies" Specify what to do with the region specific assemblies .Sp @@ -86,8 +93,8 @@ their size. .ne .RE .Sp -.TP "-p action assembly" -.I +.TP +.I "-p action assembly" Specify per assembly which action to apply. .TP .I "-x descriptor" @@ -104,6 +111,7 @@ Here is an example that shows all the possibilities of this format: + @@ -135,7 +143,7 @@ is necessary for this assembly to run. use a .info xml file as a source for the linker. .Sp An info file is a file produced by the tool mono-api-info. The linker will use it to -generate an assembly that contains only what the public API defined in he info file +generate an assembly that contains only what the public API defined in the info file needs. .TP .I "-s [StepBefore:]StepFullName,StepAssembly[:StepAfter]" @@ -188,6 +196,9 @@ This command will add the FooStep before the MarkStep: .fi .Sp This command will add the FooStep before the MarkStep +.TP +.I "-m CustomParam ParamValue" +Specify a parameter for a custom step. .SH COPYRIGHT Copyright (C) 2007 Novell, Inc (http://www.novell.com) .SH BUGS