public override bool Execute() { CallCompiler c = new CallCompiler(SourceFile,comptype); if (c.failed) { this.Log.LogError("Compilation failed for filename " + c.filename); this.Log.LogError(c.output); return false; } return true; }
public override bool Execute() { CallCompiler c = new CallCompiler(SourceFile, comptype); if (c.failed) { this.Log.LogError("Compilation failed for filename " + c.filename); this.Log.LogError(c.output); return(false); } return(true); }