pelya
|
63061a2fbc
|
SDL: switched NDK platform version back to Android 4.0 for OpenSSL and applikcation build scripts, because it crashes when using Android 6.0 API, bumped OpenSSL version to force recompilation
|
2016-07-03 03:03:37 +03:00 |
|
Sergii Pylypenko
|
a1da75bb25
|
SDL: clang support in setEnvironment scripts, set CLANG=1 envvar for it to work, you will also need to include -latomic to your libs for ARM builds
|
2016-06-28 22:18:38 +03:00 |
|
Sergii Pylypenko
|
6013042b05
|
SDL: fixed setEnvironment scripts to use new names for libcrypto and libssl
|
2016-06-13 15:46:14 +03:00 |
|
Sergii Pylypenko
|
87bb39a074
|
SDL: NDK r11: more fixes to setEnvironemnt build scripts
|
2016-03-16 18:29:47 +02:00 |
|
pelya
|
0198a72e35
|
SDL: NDK 11 is now exclusively for 64-bit host systems
|
2016-03-12 15:52:47 +02:00 |
|
pelya
|
67aa2ba70d
|
SDL: NDK r11 - updated buildenv scripts to use GCC 4.9 everywhere, no Clang support yet
|
2016-03-12 15:34:55 +02:00 |
|
Sergii Pylypenko
|
b91dfc508b
|
SDL: added -pie to the LDFLAGS when building executable in setEnvironment-*.sh scripts
|
2015-07-10 21:05:11 +03:00 |
|
pelya
|
011516ac2e
|
Default GCC version is now 4.8 in NDK r10d - updated setCrossEnvironment scripts
|
2015-01-01 02:33:45 +02:00 |
|
pelya
|
174dd4a5ad
|
Set GCC toolchain version from AndroidAppSettings.cfg
|
2014-11-08 01:28:04 +02:00 |
|
Sergii Pylypenko
|
4b7001903f
|
Support GCCVER parameter in all scripts so that projects can be build with any GCC version - patch by Alex Wulms
|
2014-10-07 23:29:11 +03:00 |
|
Sergii Pylypenko
|
afff187cba
|
setEnvironment scrtipts and CustomBuildScript support for MultiABI=all, by Lubomyr
|
2013-11-28 20:16:41 +02:00 |
|
Sergii Pylypenko
|
062c3ff22c
|
Updated build scripts to support NDK r9, updated VCMI
|
2013-08-01 22:01:21 +03:00 |
|
pelya
|
5065c1ae8e
|
Fixes for NDK r5e new 64-bit toolchain
|
2013-03-22 14:26:39 +02:00 |
|
pelya
|
8adf3d395d
|
Changed target platform also in helper build scripts
|
2013-01-06 02:02:08 +02:00 |
|
pelya
|
591746e2ea
|
Updated build scripts to compile proper executables and match NDK r8d compiler options
|
2013-01-06 01:00:13 +02:00 |
|
pelya
|
73d3bdb324
|
Updated OpenTTD
|
2012-10-10 20:14:22 +03:00 |
|
pelya
|
adaba11491
|
Fixed video output for emulator, some support for NDK r8b
|
2012-07-29 21:33:15 +03:00 |
|
pelya
|
e0e24403ce
|
Fixed build scripts for the case when NDK is referenced by a synlink
|
2012-05-14 13:50:21 +03:00 |
|
pelya
|
bfcffa7f77
|
Removed references to the crystax_static lib, which disappeared from the CrystaX NDK r6 and above
|
2012-01-03 14:37:11 +02:00 |
|
pelya
|
a4b406c424
|
Updated OpenTTD, fixed build scripts
|
2011-12-08 14:17:58 +02:00 |
|
pelya
|
7145c352a8
|
Added support for NDK r6b
|
2011-10-10 18:16:34 +03:00 |
|
pelya
|
d03948910a
|
Updated setEnvironment.sh to support NDK r6
|
2011-07-28 13:59:49 +03:00 |
|
pelya
|
62fd0b2dd6
|
VCMI loads main menu on a device, but crashes right after click on any botton. Megadebug patch attached.
|
2011-06-16 19:57:53 +03:00 |
|
pelya
|
edde6790b6
|
Fixes for NDK r5b and r5-crystax.beta3
|
2011-06-07 18:43:46 +03:00 |
|
pelya
|
0073c2171e
|
Added back support for NDK r4b in launchConfigure.sh script
|
2011-02-02 15:22:29 +00:00 |
|
pelya
|
38434ccb4c
|
Removed malicious -fstack-protector compiler flag (I wonder how did it compile before for me)
|
2011-02-02 13:09:04 +00:00 |
|
pelya
|
424b94565b
|
I'v efailed to integrate my STLPort so now I'm using GNU stdc++ with RTTI and exceptions
|
2011-01-28 16:40:24 +00:00 |
|
pelya
|
343458d9a6
|
Integrating with NDK r5: STLPort still does not compile
|
2011-01-28 14:38:24 +00:00 |
|
pelya
|
b337e649b9
|
Added fake stdin/stdout/stderr streams, to prevent crashes on some tablets
|
2011-01-25 14:29:23 +00:00 |
|
pelya
|
c0e1eed455
|
Added missing -lstdc++ to the configure/make helper script for CrystaX NDK
|
2011-01-24 18:09:37 +00:00 |
|
pelya
|
75c0832039
|
Fixed build via scripts, tried to disable certificates check for https:// but failed - please make sure all your downloads using http:// scheme or do not install any certs
|
2010-11-16 19:30:49 +02:00 |
|
pelya
|
53932a7310
|
Fixed setEnvironment.sh not working with CrystaX toolchain
|
2010-11-11 13:52:49 +02:00 |
|
pelya
|
b42200ad29
|
Fixed all remaining bugs with compiling via shell script
|
2010-11-09 19:02:50 +02:00 |
|
pelya
|
5ac3fa0f31
|
Split launchConfigure.sh into launchConfigure.sh and setEnvironment.sh, so you can launch bash and run ./configure by hand
|
2010-11-03 13:36:24 +02:00 |
|