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/mcs.1
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2011-01-22 16:26:48 +0300
committerMarek Safar <marek.safar@gmail.com>2011-01-24 16:58:09 +0300
commit567f2f507e768991bbd147f8cd22bdb47984b87b (patch)
tree09b53281f1a3e916a038cc28fee78aac00d3b4e4 /man/mcs.1
parente60769f5d69f28708b7f749aa212b2d9324d712f (diff)
[666376] Implement compiler option fullpaths
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 0fdec3b8200..9e08b0c34ef 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -148,6 +148,11 @@ generate an exception that can be caught by a debugger.
This flag is ignored by Mono's C# compiler and is present only to
allow MCS to be used as a CSC replacement for msbuild/xbuild.
.TP
+.I \-fullpaths
+Any source code error or warning issued by the compiler includes file
+name only by default. This option causes compiler to issue absolute file
+path instead.
+.TP
.I \-keyfile:KEYFILE
Strongname (sign) the output assembly using the key pair present in
the specified strong name key file (snk). A full key pair is required