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:
authorMiguel de Icaza <miguel@gnome.org>2002-03-15 22:24:19 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-15 22:24:19 +0300
commit1b2cc7767c843d81eb66c2603a6149e2802ec3e6 (patch)
tree262c8df921b95ec4b895ce3ceb657d9245a8ef10 /man
parent9d8e6b51e997e5a7f10188dca01eaa1ebb9084db (diff)
Document --resource
svn path=/trunk/mono/; revision=3133
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 2967e1bd926..3c1ada34ece 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -69,6 +69,9 @@ Used for benchmarking. The compiler will only parse its input files.
Probes for the code to generate an error named `X' in line `L'. This
is only used by the test suite.
.TP
+.I \-\- resource FILE
+Adds FILE as a resource of the resulting assembly.
+.TP
.I \-\-target KIND
Used to specify the desired target. The possible values are: exe,
winexe, library and module.