6 #ifndef COMPILER_MINGW_H     7 #define COMPILER_MINGW_H    27 #endif // COMPILER_MINGW_H 
virtual AutoDetectResult AutoDetectInstallationDir()
Try to auto-detect the compiler's installation directory. 
Generate command-lines needed to produce a build. 
virtual Compiler * CreateCopy()
Implement this in new compilers, to return a new copy. 
CompilerMINGW(const wxString &name=_("GNU GCC Compiler"), const wxString &ID=_T("gcc"))
virtual void SetVersionString()
Set the compiler version string. 
Represents a Code::Blocks project. 
const wxString & _(const wxString &string)
Abstract base class for compilers. 
virtual CompilerCommandGenerator * GetCommandGenerator(cbProject *project)
This is to be overridden, if compiler needs to alter the default command line generation.