Code::Blocks
SVN r11506
|
#include <compiler_defs.h>
Public Member Functions | |
CompilerCommand (const wxString &cmd, const wxString &msg, cbProject *prj, ProjectBuildTarget *tgt, bool is_run=false) | |
CompilerCommand (const CompilerCommand &rhs) | |
Public Attributes | |
wxString | command |
wxString | dir |
cbProject * | project |
ProjectBuildTarget * | target |
bool | isRun |
if it's a command to run the target. More... | |
bool | mustWait |
wait for all previous commands to finish (for parallel builds). More... | |
bool | isLink |
wait for all previous commands to finish (for parallel builds) - only for linking stage. More... | |
Definition at line 15 of file compiler_defs.h.
|
inline |
Definition at line 17 of file compiler_defs.h.
|
inline |
Definition at line 20 of file compiler_defs.h.
wxString CompilerCommand::command |
Definition at line 23 of file compiler_defs.h.
Referenced by CompilerGCC::DoRunQueue().
wxString CompilerCommand::dir |
Definition at line 25 of file compiler_defs.h.
Referenced by CompilerQueue::Add(), and CompilerGCC::DoRunQueue().
bool CompilerCommand::isLink |
wait for all previous commands to finish (for parallel builds) - only for linking stage.
Definition at line 30 of file compiler_defs.h.
Referenced by CompilerGCC::AddToCommandQueue(), and CompilerGCC::DoRunQueue().
bool CompilerCommand::isRun |
if it's a command to run the target.
Definition at line 28 of file compiler_defs.h.
Referenced by CompilerGCC::DoRunQueue(), and CompilerQueue::Next().
wxString CompilerCommand::message |
Definition at line 24 of file compiler_defs.h.
Referenced by CompilerGCC::DoRunQueue().
bool CompilerCommand::mustWait |
wait for all previous commands to finish (for parallel builds).
Definition at line 29 of file compiler_defs.h.
Referenced by CompilerGCC::AddToCommandQueue(), and CompilerGCC::DoRunQueue().
cbProject* CompilerCommand::project |
Definition at line 26 of file compiler_defs.h.
Referenced by CompilerQueue::Add().
ProjectBuildTarget* CompilerCommand::target |
Definition at line 27 of file compiler_defs.h.
Referenced by CompilerGCC::DoRunQueue().