Previous: Options for compiling Java code, Up: Options for target language compilation [Contents][Index]
--csharp-compiler cscSpecify the name of the C# Compiler. The default is ‘csc’.
--cli-interpreter progSpecify the program that implements the Common Language Infrastructure (CLI) execution environment, e.g. ‘mono’.
--csharp-flags optionsSpecify options to be passed to the C# compiler. These options will not be quoted when passed to the shell.
--csharp-flag optionSpecify a single word option to be passed to the C# compiler. The word will be quoted when passed to the shell.
--mono-path-directory directory--mono-path-dir directorySpecify a directory to add to the runtime library assembly search path
passed to the Mono CLR using the MONO_PATH environment variable.