Previous: , Up: Options for target language compilation   [Contents][Index]


9.21.4 Options for compiling C# code


--csharp-compiler csc

Specify the name of the C# Compiler. The default is ‘csc’.


--cli-interpreter prog

Specify the program that implements the Common Language Infrastructure (CLI) execution environment, e.g. ‘mono’.


--csharp-flags options
–no-csharp-flags

Specify options to be passed to the C# compiler. These options will not be quoted when passed to the shell.


--csharp-flag option

Specify a single word option to be passed to the C# compiler. The word will be quoted when passed to the shell.