12345678910111213141516171819 |
- # Configuration for Android, for ARM.
- # Does platform require symlinks? (it is used to link the openMSX executable
- # from a location inside the $PATH, which means it is not applicable for
- # Android platform))
- USE_SYMLINK:=false
- # For Android, a shared library must eventually be build
- EXEEXT:=
- LIBRARYEXT:=.so
- TARGET_FLAGS:=-DANDROID -fPIC
- LINK_FLAGS+=-llog
- # Build a maximum set of components.
- # See configure.py for LINK_MODE definition and usage
- LINK_MODE:=3RD_STA_GLES
|