Code::Blocks
SVN r11506
|
#include <map>
#include <wx/string.h>
#include <wx/dynarray.h>
#include "settings.h"
#include "compiletargetbase.h"
Go to the source code of this file.
Classes | |
class | CompilerCommandGenerator |
Generate command-lines needed to produce a build. More... | |
Typedefs | |
typedef std::map< ProjectBuildTarget *, wxString > | OptionsMap |
typedef std::map< ProjectBuildTarget *, wxArrayString > | SearchDirsMap |
typedef std::map<ProjectBuildTarget*, wxString> OptionsMap |
Definition at line 19 of file compilercommandgenerator.h.
typedef std::map<ProjectBuildTarget*, wxArrayString> SearchDirsMap |
Definition at line 22 of file compilercommandgenerator.h.