Code::Blocks  SVN r11506
Macros | Functions
cbproject.cpp File Reference
#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"
Include dependency graph for cbproject.cpp:

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...
 

Macro Definition Documentation

◆ wxUSE_CHOICEDLG

#define wxUSE_CHOICEDLG   1

Definition at line 13 of file cbproject.cpp.

Function Documentation

◆ cbGetDynamicLinkerPathForTarget()

wxString cbGetDynamicLinkerPathForTarget ( cbProject project,
ProjectBuildTarget target 
)

◆ cbMergeLibPaths()

wxString cbMergeLibPaths ( const wxString oldPath,
const wxString newPath 
)

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().