Compiler.WriteExe Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: Compiler
Write the compiled code to a .exe
public bool WriteExe(string filename, RuntimeSupport runtimeSupport);
Parameters
| string filename | The file name to write to, or null for first compilation unit name + .exe |
| RuntimeSupport runtimeSupport | Which runtime support files to copy to the output directory |
Returns
| bool | True on success |
