mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 06:12:22 -06:00
Added Android builder juicy example
git-svn-id: svn://ultimatepp.org/upp/trunk@8640 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
20ee1a9a47
commit
99222001cf
15 changed files with 439 additions and 0 deletions
21
examples/AndroidMath/AndroidMath.upp
Normal file
21
examples/AndroidMath/AndroidMath.upp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
description "Android builder juicy example\377";
|
||||
|
||||
uses
|
||||
AndroidMathUtility;
|
||||
|
||||
file
|
||||
MemoryManager readonly separator,
|
||||
MemoryManager.h,
|
||||
Native readonly separator,
|
||||
AndroidMath.cpp,
|
||||
Vector.cpp,
|
||||
Math readonly separator,
|
||||
Vector.java,
|
||||
Runtime readonly separator,
|
||||
AndroidManifest.xml,
|
||||
AndroidMath.java,
|
||||
AndroidMathActivity.java;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue