|
Code::Blocks
SVN r11506
|
#include "sdk_precomp.h"#include <wx/choicdlg.h>#include <wx/filedlg.h>#include <wx/filename.h>#include <map>#include "projectloader.h"#include "projectlayoutloader.h"#include "selecttargetdlg.h"#include "filegroupsandmasks.h"#include "filefilters.h"#include "annoyingdialog.h"#include "genericmultilinenotesdlg.h"#include "compilercommandgenerator.h"#include "cbcolourmanager.h"Go to the source code of this file.
Macros | |
| #define | wxUSE_CHOICEDLG 1 |
Functions | |
| wxString | cbGetDynamicLinkerPathForTarget (cbProject *project, ProjectBuildTarget *target) |
| Returns a string valid to be used as LD_LIBRARY_PATH (or equivalent). More... | |
| wxString | cbMergeLibPaths (const wxString &oldPath, const wxString &newPath) |
| Merges to LD_LIBRARY_PATH/PATH strings together to form a new valid string. More... | |
| #define wxUSE_CHOICEDLG 1 |
Definition at line 13 of file cbproject.cpp.
| wxString cbGetDynamicLinkerPathForTarget | ( | cbProject * | project, |
| ProjectBuildTarget * | target | ||
| ) |
Returns a string valid to be used as LD_LIBRARY_PATH (or equivalent).
Definition at line 1755 of file cbproject.cpp.
References _T, Compiler::GetCommandGenerator(), CompilerFactory::GetCompiler(), CompileTargetBase::GetCompilerID(), CompilerCommandGenerator::GetLinkerSearchDirs(), GetStringFromArray(), wxString::IsEmpty(), wxString::Length(), wxString::Mid(), wxString::Truncate(), and wxEmptyString.
Referenced by CompilerGCC::DoRunQueue(), and CompilerGCC::Run().
Merges to LD_LIBRARY_PATH/PATH strings together to form a new valid string.
Definition at line 1777 of file cbproject.cpp.
References _T, wxString::IsEmpty(), wxString::Length(), and wxString::Mid().
Referenced by CompilerGCC::DoRunQueue().
1.8.13