cbp2make
Makefile generation tool for Code::Blocks IDE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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