mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
Android Builder now includes u++ assemblies
git-svn-id: svn://ultimatepp.org/upp/trunk@9597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
aa36ae7f1a
commit
8dc095c07c
5 changed files with 32 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ void AndroidMakeFile::AppendImportedModules(String& makeFile) const
|
|||
{
|
||||
if(!importedModules.IsEmpty())
|
||||
makeFile << "\n";
|
||||
for(int i = 0; i < importedModules.GetCount(); i++)
|
||||
for(int i = 0; i < importedModules.GetCount(); i++)
|
||||
makeFile << "$(call import-module, " << importedModules[i] << ")\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue