Code::Blocks  SVN r11506
compilerMINGWgenerator.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3  * http://www.gnu.org/licenses/gpl-3.0.html
4  */
5 
6 #ifndef COMPILERMINGWGENERATOR_H
7 #define COMPILERMINGWGENERATOR_H
8 
10 
11 // Overriden to support PCH for GCC
13 {
14  public:
16  virtual ~CompilerMINGWGenerator();
17  protected:
18  virtual wxString SetupIncludeDirs(Compiler* compiler, ProjectBuildTarget* target);
19  private:
21 };
22 
23 #endif // COMPILERMINGWGENERATOR_H
Generate command-lines needed to produce a build.
virtual wxString SetupIncludeDirs(Compiler *compiler, ProjectBuildTarget *target)
Setup compiler include dirs for build target.
Abstract base class for compilers.
Definition: compiler.h:274
Represents a Code::Blocks project build target.