summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)AuthorFilesLines
2025-03-01Rename the program from ManaPlus to ManaVerse.jak11-1/+1
2025-02-26Rename manaplus source directories and headers to manaverseFedja Beader1-3/+3
Split off from mana/plus!45: "Rename the program from ManaPlus to ManaVerse."
2025-02-22Set C++11 as default C++ standardFedja Beader1-1/+1
Autoconf manual states that CXXFLAGS is a user variable and should not be overriden, so I did not use AX_APPEND_COMPILE_FLAGS for this. Thus, there are no checks if the compiler supports it, but also the builder can override this flag by passing another flag that overrides it on the command line. Okay, this is now way too theoretical. Indeed, the override happens with ./configure 'CXXFLAGS=-std=c++17' (both flags in final command line) Do note: - The standard was not explicitly set for some builds (thus compiler default was used) - The default on my own box is C++17 - I'm setting C++11 as that's required by my previous change. Upgrade to C++17 is deferred to until it becomes required. - The use of CPPFLAGS could be reviewed... they may be used incorrectly (instead of CXXFLAGS). I would really like to get all the builders going before requirements are raised. - CI cleanup would be nice - wish 4144 would return. **** mana/plus!128
2017-09-16Update Android.mk.Andrei Karas1-0/+4
2017-08-05Update Android.mk.Andrei Karas1-0/+1
2017-07-08Update Android.mk.v1.7.7.8Andrei Karas1-1/+0
2017-03-28Remove physfs support.Andrei Karas1-1/+0
2017-03-04Disable using physfs in all builds except cmake.Andrei Karas1-3/+2
2017-03-04Update Android.mk.Andrei Karas1-0/+4
2017-02-28Add configure flag for use physfs.Andrei Karas1-1/+1
New configure option: --without-physfs For now manaplus cant be compiled without physfs.
2016-08-27Update Android.mk.Andrei Karas1-0/+2
2016-07-30Update Android.mk.Andrei Karas1-0/+2
2016-07-28Remove eathena flag from Android.mkAndrei Karas1-1/+1
2016-06-13Update Android.mk.Andrei Karas1-0/+1
2016-06-04Update Android.mk.Andrei Karas1-0/+2
2016-05-07Update Android.mk.Andrei Karas1-0/+2
2016-04-23Add -fpic -fpie into Android.mkAndrei Karas1-1/+1
2016-03-10Update Android.mk.Andrei Karas1-43/+43
2016-01-30Update Android.mk.Andrei Karas1-1/+1
2016-01-21Update Android.mk.Andrei Karas1-5/+19
2016-01-07Move invetory into inventory directory.Andrei Karas1-0/+1
2016-01-02Update Android.mk.v1.6.1.2Andrei Karas1-0/+9
2015-02-03Update Android.mkAndrei Karas1-14/+24
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-0/+1
2014-02-16update Android.mkAndrei Karas1-0/+1
2014-02-16Add listeners dir into Android.mkAndrei Karas1-0/+1
2014-02-15fix Android.mk after moving exguichan files.Andrei Karas1-4/+3
2013-10-05Add missing dir into Android.mk.Andrei Karas1-0/+1
2013-09-30move db files into db directory.Andrei Karas1-0/+1
2013-09-30move popups into popups directory.Andrei Karas1-0/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+1
2013-09-26add optimisation flags into Android.mkAndrei Karas1-1/+3
2013-09-24update gettext in Android.mkAndrei Karas1-1/+1
2013-09-22Enable NLS in Android.mkAndrei Karas1-1/+1
2013-09-22add OpenGL flags into Android.mk.Andrei Karas1-3/+2
2013-09-21add Android.mkAndrei Karas1-0/+53