6 #ifndef COMPILEROWGENERATOR_H 7 #define COMPILEROWGENERATOR_H 37 #endif // COMPILEROWGENERATOR_H
Generate command-lines needed to produce a build.
wxString MapDebugOptions(const wxString &Opt)
virtual wxString SetupLinkerOptions(Compiler *compiler, ProjectBuildTarget *target)
Setup linker flags for build target.
void MapDebuggerOptions(const wxString &Opt)
virtual wxString SetupLibrariesDirs(Compiler *compiler, ProjectBuildTarget *target)
Setup linker include dirs for build target.
Abstract base class for compilers.
Represents a Code::Blocks project build target.
virtual wxString SetupLinkLibraries(Compiler *compiler, ProjectBuildTarget *target)
Setup link libraries for build target.
wxString MapTargetType(const wxString &Opt, int target_type)
virtual ~CompilerOWGenerator()