6 #ifndef COMPILER_DEFS_H     7 #define COMPILER_DEFS_H    43         size_t GetCount() 
const;
    44         bool LastCommandWasRun() 
const;
    63 #endif // COMPILER_DEFS_H 
DLLIMPORT bool Add(const wxString &name, const wxString &mask)
Add a new extension filter. 
bool mustWait
wait for all previous commands to finish (for parallel builds). 
CompilerCommand(const CompilerCommand &rhs)
CompilerCommands m_Commands
bool isRun
if it's a command to run the target. 
Represents a Code::Blocks project. 
bool isLink
wait for all previous commands to finish (for parallel builds) - only for linking stage...
CompilerCommand(const wxString &cmd, const wxString &msg, cbProject *prj, ProjectBuildTarget *tgt, bool is_run=false)
ProjectBuildTarget * target
Represents a Code::Blocks project build target. 
WX_DECLARE_LIST(CompilerCommand, CompilerCommands)