mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-20 06:05:32 -06:00
ide: LocalHost/Host, urepo refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@15586 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e274a4611a
commit
46cfc0fad8
47 changed files with 392 additions and 676 deletions
|
|
@ -871,7 +871,7 @@ String Ide::GetIncludePath()
|
|||
}
|
||||
|
||||
const Workspace& wspc = GetIdeWorkspace();
|
||||
LocalHost dummy_host;
|
||||
Host dummy_host;
|
||||
One<Builder> b = CreateBuilder(&dummy_host);
|
||||
Index<String> pkg_config;
|
||||
for(int i = 0; i < wspc.GetCount(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue