62                     includedDirs.
Add(dir);
    67                         pch_prepend << _T(
"-iquote") << dir << _T(
' ');
    76             pch_prepend << 
_T(
"-I- ");
    77         int count = (int)includedDirs.
GetCount();
    78         for (
int i = 0; i < count; ++i)
    83         pch_prepend << _T(
"-I. ");
 
virtual FilesList & GetFilesList()
Provides an easy way to iterate all the files belonging in this target. 
int Index(const wxString &sz, bool bCase=true, bool bFromEnd=false) const
PCHMode GetModeForPCH() const
DLLIMPORT FileType FileTypeOf(const wxString &filename)
Represents a file in a Code::Blocks project. 
virtual cbProject * GetParentProject()
virtual wxString SetupIncludeDirs(Compiler *compiler, ProjectBuildTarget *target)
Setup compiler include dirs for build target. 
wxString BeforeFirst(wxUniChar ch, wxString *rest=NULL) const
virtual ~CompilerMINGWGenerator()
const wxString GetVersionString() const
Get the compiler version string. 
DLLIMPORT void QuoteStringIfNeeded(wxString &str)
virtual wxString SetupIncludeDirs(Compiler *compiler, ProjectBuildTarget *target)
Setup compiler include dirs for build target. 
In a dir (named by the PCH) on the same level as the source header (default). 
bool ToLong(long *val, int base=10) const
Abstract base class for compilers. 
virtual const CompilerSwitches & GetSwitches() const
Get the compiler's generic switches. 
wxString & Prepend(const wxString &str)
size_t Add(const wxString &str, size_t copies=1)
Represents a Code::Blocks project build target. 
virtual wxString GetObjectOutput() const
Read the target's objects output dir.