diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-04 19:06:39 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-04 19:06:39 +0000 |
| commit | eb1abad3ca43963f7826f067e70bc3a20db352da (patch) | |
| tree | 57396bb4e8ca6ba4af025ed2ab52a9a8fecc1a22 /Android/default.properties | |
| parent | d32b291a7262698cb4767660466d42fda44f1033 (diff) | |
Adding some basic Android native setup
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10992 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/default.properties')
| -rw-r--r-- | Android/default.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Android/default.properties b/Android/default.properties new file mode 100644 index 000000000..8010039f3 --- /dev/null +++ b/Android/default.properties @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-10 |
