-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

mcs


> Mono C# Compiler.

More information.


Compile the specified files:

mcs {path/to/input_file1.cs path/to/input_file2.cs ...}

Specify the output program name:

mcs -out:{path/to/file.exe} {path/to/input_file1.cs path/to/input_file2.cs ...}

Specify the output program type:

mcs -target:{exe|winexe|library|module} {path/to/input_file1.cs path/to/input_file2.cs ...}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:45:43 2024