Code::Blocks
SVN r11506
|
#include <wx/string.h>
#include <wx/hashmap.h>
Go to the source code of this file.
Classes | |
class | DirectCommands |
Functions | |
WX_DEFINE_ARRAY (ProjectFile *, MyFilesArray) | |
Variables | |
const wxString | COMPILER_SIMPLE_LOG |
const wxString | COMPILER_NOTE_LOG |
const wxString | COMPILER_WARNING_LOG |
const wxString | COMPILER_ERROR_LOG |
const wxString | COMPILER_TARGET_CHANGE |
const wxString | COMPILER_WAIT |
const wxString | COMPILER_WAIT_LINK |
const wxString | COMPILER_NOTE_ID_LOG |
const wxString | COMPILER_WARNING_ID_LOG |
const wxString | COMPILER_ERROR_ID_LOG |
WX_DEFINE_ARRAY | ( | ProjectFile * | , |
MyFilesArray | |||
) |
const wxString COMPILER_ERROR_ID_LOG |
Definition at line 43 of file directcommands.cpp.
Referenced by CompilerGCC::LogMessage().
const wxString COMPILER_ERROR_LOG |
Referenced by CompilerGCC::BuildStateManagement(), and CompilerGCC::DoCleanWithMake().
const wxString COMPILER_NOTE_ID_LOG |
Definition at line 41 of file directcommands.cpp.
Referenced by CompilerGCC::LogMessage().
const wxString COMPILER_NOTE_LOG |
Referenced by DirectCommands::GetTargetLinkCommands().
const wxString COMPILER_SIMPLE_LOG |
Referenced by CompilerGCC::AddToCommandQueue(), CompilerGCC::BuildStateManagement(), DirectCommands::GetCompileFileCommand(), DirectCommands::GetCompileSingleFileCommand(), DirectCommands::GetPostBuildCommands(), DirectCommands::GetPreBuildCommands(), DirectCommands::GetTargetLinkCommands(), and CompilerGCC::LogMessage().
const wxString COMPILER_TARGET_CHANGE |
const wxString COMPILER_WAIT |
const wxString COMPILER_WAIT_LINK |
Referenced by DirectCommands::AddCommandsToArray(), and CompilerGCC::AddToCommandQueue().
const wxString COMPILER_WARNING_ID_LOG |
Definition at line 42 of file directcommands.cpp.
Referenced by CompilerGCC::LogMessage().
const wxString COMPILER_WARNING_LOG |