|
Code::Blocks
SVN r11506
|
#include "sdk_precomp.h"#include "compilercommandgenerator.h"#include <wx/intl.h>#include <wx/filename.h>#include "cbexception.h"#include "cbproject.h"#include "compilerfactory.h"#include "compiler.h"#include "manager.h"#include "configmanager.h"#include "logmanager.h"#include "macrosmanager.h"#include "scriptingmanager.h"#include "filefilters.h"#include "scripting/bindings/sc_base_types.h"#include "scripting/sqplus/sqplus.h"Go to the source code of this file.
Functions | |
| wxString | UnquoteStringIfNeeded (const wxString &str) |
Definition at line 31 of file compilercommandgenerator.cpp.
References _T, wxString::GetChar(), wxString::IsEmpty(), wxString::Last(), wxString::Length(), and wxString::Mid().
Referenced by CompilerCommandGenerator::GenerateCommandLine(), CompilerCommandGenerator::GetOrderedIncludeDirs(), CompilerCommandGenerator::GetOrderedLibrariesDirs(), CompilerCommandGenerator::GetOrderedResourceIncludeDirs(), CompilerCommandGenerator::GetProcessedIncludeDir(), and CompilerCommandGenerator::SetupOutputFilenames().
1.8.13