|
cbp2make
Makefile generation tool for Code::Blocks IDE
|
#include <buildtools.h>
Public Member Functions | |
| virtual CBorlandConsoleExecutableLinker * | CreateInstance (void) |
| virtual void | Reset (const CPlatform::OS_Type OS) |
| virtual bool | Supports (const CPlatform::OS_Type OS) |
| CBorlandConsoleExecutableLinker (void) | |
Public Member Functions inherited from CExecutableLinker | |
| CString | OptionWinGUI (void) const |
| virtual void | Read (const TiXmlElement *BuildToolRoot) |
| virtual void | Write (TiXmlElement *BuildToolRoot) |
| virtual void | Show (void) |
| CExecutableLinker (void) | |
| CExecutableLinker (const CExecutableLinker &ExecutableLinker) | |
| virtual | ~CExecutableLinker (void) |
Public Member Functions inherited from CLinker | |
| CString & | LibraryDirSwitch (void) |
| CString & | LinkLibrarySwitch (void) |
| CString & | ObjectExtension (void) |
| CString & | LibraryPrefix (void) |
| CString & | LibraryExtension (void) |
| bool & | NeedLibraryPrefix (void) |
| bool & | NeedLibraryExtension (void) |
| bool & | NeedFlatObjects (void) |
| CLinker (void) | |
| CLinker (const CLinker &Linker) | |
| virtual | ~CLinker (void) |
Public Member Functions inherited from CBuildTool | |
| CBuildTool::ToolType | Type (void) const |
| CString | TypeName (void) const |
| CString & | Alias (void) |
| CString & | Description (void) |
| CString & | Program (void) |
| CString & | MakeVariable (void) |
| CString & | CommandTemplate (void) |
| CStringList & | SourceExtensions (void) |
| CString & | TargetExtension (void) |
| bool & | NeedQuotedPath (void) |
| bool & | NeedFullPath (void) |
| bool & | NeedUnixPath (void) |
| CString | MakeCommand (const CString &CommandTemplate, CConfiguration &Arguments) |
| CString | MakeCommand (CConfiguration &Arguments) |
| virtual bool | ExpectedSourceExtension (const CString &FileExtension) |
| virtual void | Clear (void) |
| CBuildTool (void) | |
| CBuildTool (const CBuildTool &BuildTool) | |
| virtual | ~CBuildTool (void) |
Additional Inherited Members | |
Public Types inherited from CBuildTool | |
| enum | ToolType { btOther, btPreprocessor, btAssembler, btCompiler, btResourceCompiler, btStaticLinker, btDynamicLinker, btExecutableLinker, btNativeLinker, btDependencyGenerator, btBuildManager, btCount } |
Static Public Member Functions inherited from CBuildTool | |
| static ToolType | Type (const CString &Name) |
| static CString | TypeName (const ToolType Type) |
| static CString | AbbrevTypeName (const ToolType Type) |
Protected Member Functions inherited from CBuildTool | |
| void | Read (const TiXmlElement *Root, const CString &Name, CString &Value) |
| void | Read (const TiXmlElement *Root, const CString &Name, bool &Value) |
| void | Write (TiXmlElement *Root, const CString &Name, const CString &Value) |
| void | Write (TiXmlElement *Root, const CString &Name, const bool Value) |
Protected Attributes inherited from CExecutableLinker | |
| CString | m_Option_WinGUI |
| CBorlandConsoleExecutableLinker::CBorlandConsoleExecutableLinker | ( | void | ) |
|
virtual |
Reimplemented from CExecutableLinker.
|
virtual |
Reimplemented from CBuildTool.
|
virtual |
Reimplemented from CBuildTool.
1.8.4