Previous: Options for compiling Java code, Up: Options for target language compilation [Contents][Index]
--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
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.