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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-04-22 21:08:18 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-04-22 21:08:18 +0400
commit4d198f784d23eb15a2931e670bb07a805ea59e6b (patch)
tree55ee6842e026cee6dbc41abda35a46bb6d313472 /man/mcs.1
parentf479764f0e11bb6f3ee09c0afbc644423f29801c (diff)
Documented -main
svn path=/trunk/mono/; revision=25852
Diffstat (limited to 'man/mcs.1')
-rwxr-xr-xman/mcs.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index e65608a2b43..688f899a0e5 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -120,6 +120,10 @@ compiler to look for libraries in that specified path.
Directs the compiler to look for libraries in the specified path.
Multiple paths can be provided by using the option multiple times.
.TP
+.I \-main:CLASS
+Tells the compiler which CLASS contains the entry point. Useful when
+you are compiling several classes with a Main method.
+.TP
.I \-nostdlib, -nostdlib+
Use this flag if you want to compile the core library. This makes the
compiler load its internal types from the assembly being compiled.