Frederic Cambus
624793eac8
Added support for building with Clang on OpenBSD. ( #10028 )
2022-07-04 03:54:58 +10:00
Miodrag Milanovic
9513034521
Few more leftovers removed
2021-10-26 11:53:27 +02:00
Miodrag Milanovic
9e7455b057
Remove of winstore/winphone
2021-10-26 11:18:31 +02:00
Miodrag Milanovic
34d4c26e40
Remove old VisualStudio
2021-10-26 11:07:34 +02:00
Miodrag Milanovic
22d5ba05dc
xcode4 and ios removal
2021-10-26 10:59:28 +02:00
Miodrag Milanovic
9dce821cbb
mips platform is not supported for Android for some time
2021-10-26 10:52:26 +02:00
Miodrag Milanovic
1a79bb82b1
rpi target was not used, but regular linux one anyway
2021-10-26 10:50:09 +02:00
Miodrag Milanovic
7d75eee51e
Remove CI20
2021-10-26 10:42:34 +02:00
Miodrag Milanovic
97a7d8bec8
Remove steamlink
2021-10-26 10:40:30 +02:00
Miodrag Milanovic
f317b4d534
Remove pnacl remains
2021-10-26 10:32:43 +02:00
Justin Kerk
6462fb5e00
Fix compilation with Emscripten versions greater than 2.0.8 ( #7794 ) [Sam Clegg]
2021-04-16 02:44:16 +00:00
hap
2247ffefa2
makefile: added param to override ar
2021-03-30 13:58:16 +02:00
Stiletto
3153838929
Update "2020" text to "2021" ( #7713 )
...
Update "2020" text to "2021".
2021-01-28 00:11:17 -05:00
arbee
2c63fde1d0
Add macosx_arm64_clang target support [R. Belmont, Miodrag Milanovic]
2020-12-12 20:00:04 -05:00
Vas Crabb
0bff880f7f
might be better to leave that in for MinGW cross-compilation... (nw)
2020-02-29 22:38:25 +11:00
Vas Crabb
f011a9134d
clean up crud (nw)
2020-02-29 18:32:52 +11:00
Stiletto
bc9ddb4862
2019 -> 2020 (nw)
...
2019 -> 2020 (nw)
2020-01-04 12:25:45 -05:00
smf-
3187306416
mingw-clang now links again (nw)
2019-10-02 17:10:51 +01:00
Julian Sikorski
fc31772d53
vs2019 fixes, initial clang-cl support ( #5698 )
...
* Add initial clangcl support
* Fix uwp builds' vs version typos
* Add missing vs2019 toolchain.lua bits
2019-10-02 14:30:05 +10:00
Miodrag Milanović
a45221458d
Android compile fix ( #4395 )
...
* Fix compile for Android, set API to 24
* Update Android Studio project to API 24
* Fixed project file to latest Android Studio
* fix build with gradle alone
2018-12-11 19:38:27 -05:00
Thomas Klausner
b48eaa3443
Allow clang for FreeBSD and NetBSD.
2018-12-09 00:16:42 +01:00
Vas Crabb
c2dc4316bd
(nw) fix stuff:
...
* Add per-language compiler flag options to help with exotic setups
* Get rid of a potention buffer overrun in NuBus image card
* CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names
* Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members
* Don't rely on random BSS data being zero in imagedev/floppy.cpp
2018-11-29 14:10:27 +11:00
arbee
4148447f3a
Fix compiling with SDL 2.0.8 and later on macOS [R. Belmont]
2018-10-02 21:04:28 -04:00
Miso Kim
41e044ae01
Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1) ( #2585 )
2017-08-23 13:09:38 +10:00
Miodrag Milanovic
8e61a7d3d3
Added VS2017 support into project files (nw)
2016-11-16 21:00:29 +01:00
Miodrag Milanovic
a18497e7a2
Some more work on UWP (nw)
2016-11-10 13:13:51 +01:00
Miodrag Milanovic
6a21f6ddf3
Set Android 5.0 as minimum one, older API are not compatible (nw)
2016-10-08 10:18:46 +02:00
Scott Stone
533fd78fc2
Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by STRIP_SYMBOLS=1 (nw)
2016-09-26 06:24:31 -04:00
Miodrag Milanovic
62fe8b8980
some C++14 features are not supported by VS2013. VS2015 is free for home use so no need for legacy support (nw)
2016-08-27 11:15:38 +02:00
Jeffrey Clark
d7bfb00718
android objdir (nw)
...
* 2f3f53e
got objdir wrong (type folder duplicate)
2016-07-01 23:06:32 -05:00
Jeffrey Clark
2f3f53ed61
android build folders (nw)
...
Signed-off-by: Jeffrey Clark <h0tw1r3@users.noreply.github.com>
2016-06-30 16:26:45 -05:00
Miodrag Milanovic
ff055cd6c4
Fix symbol stripping (nw)
2016-06-30 16:16:16 +02:00
Brad Hughes
3ffafa2225
Fix compile bug on Bash for Windows (nw)
2016-06-29 22:40:17 -04:00
Miodrag Milanovic
ebd8e7d74b
Added initial ninja support to use add MAKETYPE=ninja to compile command line (nw)
...
Custom build tasks are not yet working
2016-06-09 13:46:36 +02:00
Jeffrey Clark
bbda9d38b7
android: 64bit strip, platform version support (nw)
...
cleanup make targets and configuration rules
fix android_ndk_root env test
2016-06-05 22:24:25 -05:00
Jeffrey Clark
2e8521cde0
fix android target libSDL2 circular ref (nw)
...
also rename ANDROID_NDK_ROOT -> ANDROID_NDK_LLVM to point directly to
prebuilt host compiler (removes windows only restriction).
2016-06-04 00:34:43 -05:00
Jeffrey Clark
551d9998f5
support msbuild from posix shell
...
preliminary fastbuild support (experimental in genie)
2016-05-31 20:26:34 -07:00
Frederic Cambus
7541a888dc
Allow building on OpenBSD
2016-05-19 23:11:43 +02:00
Miodrag Milanovic
9b3788035c
scrclean on lua scripts (nw)
2016-03-29 08:49:47 +02:00
Miodrag Milanovic
c22a27df81
Ci20 wip support (nw)
2016-03-23 21:23:14 +01:00
Brad Hughes
e6e30bb9dd
Build project for Windows Store
2016-03-22 18:46:08 -04:00
Miodrag Milanovic
95a2e4c2c6
compile BGFX for RPI as well (nw)
2016-03-19 16:09:34 +01:00
Miodrag Milanovic
6590600990
Added support for Raspberry Pi cross-compile (nw)
2016-03-19 16:09:34 +01:00
Miodrag Milanovic
2bf46f72ed
Update to use with latest android nkd (nw)
2016-03-11 20:24:20 +01:00
Miodrag Milanovic
2287efaab3
Enabled multi core compile on VS (nw)
2016-03-01 15:30:42 +01:00
Miodrag Milanovic
5a567f3541
Added support for x64 Androids (nw)
2016-02-26 16:00:29 +01:00
Miodrag Milanovic
4727b0d97f
OS/2 can not support SDL2 which is needed for MAME to run (nw)
2016-02-26 13:20:43 +01:00
Miodrag Milanovic
f79e314897
no way to support qnx (nw)
2016-02-26 12:57:31 +01:00
Miodrag Milanovic
5132d31224
Fix compile for Android(nw)
2016-02-26 11:59:17 +01:00
Miodrag Milanovic
e740bb6915
Fixing some more Android related things (nw)
2016-02-26 11:59:17 +01:00