cbp2make
Makefile generation tool for Code::Blocks IDE
Classes | Variables
buildtools.h File Reference
#include "stlconfig.h"
#include "stlstrings.h"
#include "platforms.h"
#include "depsearch.h"

Go to the source code of this file.

Classes

class  CBuildTool
 
class  CPreprocessor
 
class  CCompiler
 
class  CAssembler
 
class  CResourceCompiler
 
class  CLinker
 
class  CLibraryLinker
 
class  CStaticLinker
 
class  CDynamicLinker
 
class  CExecutableLinker
 
class  CDependencyGenerator
 
class  CBuildManager
 
class  CGNUCCompiler
 
class  CGNUCppCompiler
 
class  CGNUFortran77Compiler
 
class  CGNUFortran90Compiler
 
class  CGNUWindowsResourceCompiler
 
class  CGNUStaticLinker
 
class  CGNUDynamicLinker
 
class  CGNUExecutableLinker
 
class  CGNUAVRCCompiler
 
class  CGNUAVRCppCompiler
 
class  CGNUAVRStaticLinker
 
class  CGNUAVRDynamicLinker
 
class  CGNUAVRExecutableLinker
 
class  CGNUAVRDependencyGenerator
 
class  CGNUARMCCompiler
 
class  CGNUARMCppCompiler
 
class  CGNUARMWindowsResourceCompiler
 
class  CGNUARMStaticLinker
 
class  CGNUARMDynamicLinker
 
class  CGNUARMExecutableLinker
 
class  CBorlandCppCompiler
 
class  CBorlandResourceCompiler
 
class  CBorlandStaticLinker
 
class  CBorlandDynamicLinker
 
class  CBorlandExecutableLinker
 
class  CBorlandConsoleExecutableLinker
 
class  CIntelCCompiler
 
class  CIntelCppCompiler
 
class  CIntelStaticLinker
 
class  CIntelDynamicLinker
 
class  CIntelExecutableLinker
 
class  CMSVCCompiler
 
class  CMSVCppCompiler
 
class  CMSVCResourceCompiler
 
class  CMSVCStaticLinker
 
class  CMSVCDynamicLinker
 
class  CMSVCExecutableLinker
 
class  CMSVCConsoleExecutableLinker
 
class  CMSVCNativeExecutableLinker
 
class  CMSVCBuildManager
 

Variables

static const CString TPL_COMPILER = "$compiler"
 
static const CString TPL_RES_COMPILER = "$rescomp"
 
static const CString TPL_LINKER = "$linker"
 
static const CString TPL_LIB_LINKER = "$lib_linker"
 
static const CString TPL_OPTIONS = "$options"
 
static const CString TPL_RES_INCLUDES = "$res_includes"
 
static const CString TPL_INCLUDES = "$includes"
 
static const CString TPL_FILE = "$file"
 
static const CString TPL_OBJECT = "$object"
 
static const CString TPL_RES_OUTPUT = "$resource_output"
 
static const CString TPL_OUTPUT = "$output"
 
static const CString TPL_STL_OUTPUT = "$static_output"
 
static const CString TPL_EXE_OUTPUT = "$exe_output"
 
static const CString TPL_LNK_OPTIONS = "$link_options"
 
static const CString TPL_LNK_OBJECTS = "$link_objects"
 
static const CString TPL_LNK_RES_OBJECTS = "$link_resobjects"
 
static const CString TPL_LIB_DIRS = "$libdirs"
 
static const CString TPL_LIBS = "$libs"
 

Variable Documentation

◆ TPL_COMPILER

const CString TPL_COMPILER = "$compiler"
static

◆ TPL_EXE_OUTPUT

const CString TPL_EXE_OUTPUT = "$exe_output"
static

◆ TPL_FILE

const CString TPL_FILE = "$file"
static

◆ TPL_INCLUDES

const CString TPL_INCLUDES = "$includes"
static

◆ TPL_LIB_DIRS

const CString TPL_LIB_DIRS = "$libdirs"
static

◆ TPL_LIB_LINKER

const CString TPL_LIB_LINKER = "$lib_linker"
static

◆ TPL_LIBS

const CString TPL_LIBS = "$libs"
static

◆ TPL_LINKER

const CString TPL_LINKER = "$linker"
static

◆ TPL_LNK_OBJECTS

const CString TPL_LNK_OBJECTS = "$link_objects"
static

◆ TPL_LNK_OPTIONS

const CString TPL_LNK_OPTIONS = "$link_options"
static

◆ TPL_LNK_RES_OBJECTS

const CString TPL_LNK_RES_OBJECTS = "$link_resobjects"
static

◆ TPL_OBJECT

const CString TPL_OBJECT = "$object"
static

◆ TPL_OPTIONS

const CString TPL_OPTIONS = "$options"
static

◆ TPL_OUTPUT

const CString TPL_OUTPUT = "$output"
static

◆ TPL_RES_COMPILER

const CString TPL_RES_COMPILER = "$rescomp"
static

◆ TPL_RES_INCLUDES

const CString TPL_RES_INCLUDES = "$res_includes"
static

◆ TPL_RES_OUTPUT

const CString TPL_RES_OUTPUT = "$resource_output"
static

◆ TPL_STL_OUTPUT

const CString TPL_STL_OUTPUT = "$static_output"
static