Commit Graph

27 Commits

Author SHA1 Message Date
pelya
ee0df4f895 SDL: various build fixes 2023-05-14 19:18:00 +03:00
Sergii Pylypenko
d84eac20a4 Fixed SDL2 and sdl-1.2 version in build files, SDL2 is uppercase but sdl-1.2 is lowercase and the only one who I can blame is myself 2022-01-02 01:34:45 +02:00
Sergii Pylypenko
3ac05002f0 Updated Gradle plugin 2021-08-22 01:25:03 +03:00
Sergii Pylypenko
2f49dd6e30 SDL: support for NDK r19, switched from c++_static to c++_shared, as recommended in NDK docs 2019-02-06 23:27:14 +02:00
Sergii Pylypenko
4be95b0d36 SDL: updated submodules 2018-10-11 18:25:51 +03:00
Sergii Pylypenko
51790527e9 SDL: do not build prebuilt libs if they are not used by the app 2018-10-11 17:28:41 +03:00
Gerhard Stein
f0a8e491e9 for newer systems 2018-10-06 13:02:56 +02:00
Sergii Pylypenko
9087c622ae SDL: updated iconv submodule to compile on NDK r18 2018-09-24 18:52:59 +03:00
Sergii Pylypenko
3988790916 SDL: updated iconv submodule 2018-06-14 22:08:19 +03:00
Sergii Pylypenko
114f1541c3 SDL: MIPS and ARMv5 architectures are dead and removed from NDK r17b - updated all build scripts 2018-06-14 22:02:51 +03:00
pelya
144f485758 Updated boost, iconv, and icu submodules 2017-11-25 07:43:43 +02:00
Sergii Pylypenko
91d27beb04 SDL: Updated submodules, compilation fix for iconv and icu 2017-07-21 21:15:27 +03:00
Gerhard Stein
32488523e1 Commadner Genius udpate 2017-07-20 18:27:45 +02:00
Sergii Pylypenko
d738bd6f53 SDL: fixed iconv/icu compilation 2017-06-23 18:20:36 +03:00
Sergii Pylypenko
630d0fb234 SDL: added back armv5 architecture for libiconv and libicu 2017-06-23 17:58:50 +03:00
Sergii Pylypenko
b224a4d100 SDL: Fixed compilation 2017-06-21 17:53:23 +03:00
Sergii Pylypenko
35e838c20d SDL: Added .gitignore to iconv and icu 2017-06-21 17:50:12 +03:00
Sergii Pylypenko
d89960517c SDL: updated libiconv and libicu, removed prebuilt binaries, now they should be built on the fly 2017-06-21 17:48:55 +03:00
lubomyr
cc52affa6b changed library extension .so.2 to .so. It prevent some error in application which use that library 2016-03-13 21:38:19 +02:00
Sergii Pylypenko
cb0fc17616 SDL: Added OpenSSL Git as a submodule, added source archives to libiconv/libicu repo 2015-09-24 18:50:21 +03:00
Sergii Pylypenko
7b0eb7c6c0 Separate makefile to ocmpile prebuilt libraries, only libiconv, libicu, and openssl are compiled currently 2015-08-26 22:56:19 +03:00
Sergii Pylypenko
0ece2169a8 Updated Git submodules 2015-07-16 23:05:06 +03:00
Sergii Pylypenko
fad0e66666 Fixed bug in gamepad dpad processing, removed old unused trackball code, random 64-bit fixes 2014-10-23 23:31:29 +03:00
pelya
2853920e98 Added support for armeabi-v7a-hard architecture, it seems to be buggy, because Ballfield launches but does not draw anything. To be fixed later. 2014-05-29 13:16:00 +03:00
Sergii Pylypenko
3061223a9c Replaced shared ICU libs with static - shared ones do not work because of exceptions 2014-03-13 21:17:34 +02:00
Sergii Pylypenko
e062fe4d94 Added iconv build files 2014-03-12 18:06:08 +02:00
Sergii Pylypenko
15120600d7 yAdded iconv library 2014-03-12 18:04:49 +02:00