26 #endif // COMPILEROW_H
Generate command-lines needed to produce a build.
virtual void LoadSettings(const wxString &baseKey)
Load settings.
virtual AutoDetectResult AutoDetectInstallationDir()
Try to auto-detect the compiler's installation directory.
Compiler * CreateCopy()
Implement this in new compilers, to return a new copy.
virtual CompilerCommandGenerator * GetCommandGenerator(cbProject *project)
This is to be overridden, if compiler needs to alter the default command line generation.
Represents a Code::Blocks project.
virtual void SetMasterPath(const wxString &path)
Set the compiler's master path (must contain "bin", "include" and "lib")
Abstract base class for compilers.