protected override void CompileInternal(string outputFile) { _cppWriter = new CppWriter(this, outputFile); var nodes = _dependencyGraph.MarkedNodeList; _cppWriter.OutputCode(nodes, NodeFactory.CompilationModuleGroup.StartupCodeMain, NodeFactory); }
protected override void CompileInternal(string outputFile, ObjectDumper dumper) { _cppWriter = new CppWriter(this, outputFile); var nodes = _dependencyGraph.MarkedNodeList; _cppWriter.OutputCode(nodes, NodeFactory); }