|
Code::Blocks
SVN r11506
|
#include <sdk.h>#include <scripting/bindings/sc_base_types.h>#include "wizpage.h"#include "infopanel.h"#include "projectpathpanel.h"#include "compilerpanel.h"#include "buildtargetpanel.h"#include "filepathpanel.h"#include "genericselectpath.h"#include "genericsinglechoicelist.h"Go to the source code of this file.
Namespaces | |
| Wizard | |
Functions | |
| void | Wizard::FillCompilerControl (wxItemContainer *control, const wxString &compilerID, const wxString &validCompilerIDs) |
| wxString | AppendPathSepIfNeeded (const wxString &path) |
Definition at line 73 of file wizpage.cpp.
References _T, wxString::IsEmpty(), wxString::Last(), WizPageBase::OnPageChanged(), WizPageBase::OnPageChanging(), and WizPageBase::s_PagesByName.
Referenced by WizCompilerPanel::GetDebugObjectOutputDir(), WizCompilerPanel::GetDebugOutputDir(), WizProjectPathPanel::GetPath(), WizCompilerPanel::GetReleaseObjectOutputDir(), WizCompilerPanel::GetReleaseOutputDir(), WizBuildTargetPanel::GetTargetObjectOutputDir(), and WizBuildTargetPanel::GetTargetOutputDir().
1.8.13