mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-26 22:03:35 -06:00
.ide Android builder now supports BLITZ.
git-svn-id: svn://ultimatepp.org/upp/trunk@10948 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
76a50c7880
commit
8b7ac3be2a
11 changed files with 92 additions and 65 deletions
|
|
@ -18,6 +18,13 @@ void AndroidModuleMakeFileCreator::AddSources(Vector<String>& sources)
|
|||
}
|
||||
}
|
||||
|
||||
void AndroidModuleMakeFileCreator::AddSources(Index<String>& sources)
|
||||
{
|
||||
for(const String& source : sources) {
|
||||
makeFile.AddSourceFile(source);
|
||||
}
|
||||
}
|
||||
|
||||
void AndroidModuleMakeFileCreator::AddInclude(const String& path)
|
||||
{
|
||||
makeFile.AddInclude(path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue