summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/toolchain.lua
Commit message (Collapse)AuthorAgeFilesLines
* might be better to leave that in for MinGW cross-compilation... (nw) Vas Crabb2020-02-291-0/+2
|
* clean up crud (nw) Vas Crabb2020-02-291-16/+0
|
* 2019 -> 2020 (nw) Stiletto2020-01-041-1/+1
| | | 2019 -> 2020 (nw)
* mingw-clang now links again (nw) smf-2019-10-021-0/+3
|
* vs2019 fixes, initial clang-cl support (#5698) Julian Sikorski2019-10-021-0/+28
| | | | | | | | * Add initial clangcl support * Fix uwp builds' vs version typos * Add missing vs2019 toolchain.lua bits
* Android compile fix (#4395) Miodrag Milanović2018-12-111-48/+12
| | | | | | | | | | * 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
* Allow clang for FreeBSD and NetBSD. Thomas Klausner2018-12-091-0/+10
|
* (nw) fix stuff: Vas Crabb2018-11-291-1/+1
| | | | | | | | * 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
* Fix compiling with SDL 2.0.8 and later on macOS [R. Belmont] arbee2018-10-021-1/+1
|
* Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle ↵ Miso Kim2017-08-231-0/+8
| | | | 2.2.1) (#2585)
* Added VS2017 support into project files (nw) Miodrag Milanovic2016-11-161-1/+58
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-0/+3
|
* Set Android 5.0 as minimum one, older API are not compatible (nw) Miodrag Milanovic2016-10-081-2/+2
|
* Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by ↵ Scott Stone2016-09-261-5/+5
| | | | STRIP_SYMBOLS=1 (nw)
* some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ Miodrag Milanovic2016-08-271-8/+1
| | | | so no need for legacy support (nw)
* android objdir (nw) Jeffrey Clark2016-07-011-2/+1
| | | | * 2f3f53e got objdir wrong (type folder duplicate)
* android build folders (nw) Jeffrey Clark2016-06-301-2/+8
| | | | Signed-off-by: Jeffrey Clark <h0tw1r3@users.noreply.github.com>
* Fix symbol stripping (nw) Miodrag Milanovic2016-06-301-2/+2
|
* Fix compile bug on Bash for Windows (nw) Brad Hughes2016-06-291-2/+2
|
* Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ Miodrag Milanovic2016-06-091-1/+1
| | | | | | line (nw) Custom build tasks are not yet working
* android: 64bit strip, platform version support (nw) Jeffrey Clark2016-06-051-85/+29
| | | | | cleanup make targets and configuration rules fix android_ndk_root env test
* fix android target libSDL2 circular ref (nw) Jeffrey Clark2016-06-041-34/+25
| | | | | also rename ANDROID_NDK_ROOT -> ANDROID_NDK_LLVM to point directly to prebuilt host compiler (removes windows only restriction).
* support msbuild from posix shell Jeffrey Clark2016-05-311-1/+1
| | | | preliminary fastbuild support (experimental in genie)
* Allow building on OpenBSD Frederic Cambus2016-05-191-0/+27
|
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-29/+29
|
* Ci20 wip support (nw) Miodrag Milanovic2016-03-231-0/+71
|
* Build project for Windows Store Brad Hughes2016-03-221-0/+20
|
* compile BGFX for RPI as well (nw) Miodrag Milanovic2016-03-191-3/+3
|
* Added support for Raspberry Pi cross-compile (nw) Miodrag Milanovic2016-03-191-0/+41
|
* Update to use with latest android nkd (nw) Miodrag Milanovic2016-03-111-12/+14
|
* Enabled multi core compile on VS (nw) Miodrag Milanovic2016-03-011-1/+0
|
* Added support for x64 Androids (nw) Miodrag Milanovic2016-02-261-1/+110
|
* OS/2 can not support SDL2 which is needed for MAME to run (nw) Miodrag Milanovic2016-02-261-19/+0
|
* no way to support qnx (nw) Miodrag Milanovic2016-02-261-17/+0
|
* Fix compile for Android(nw) Miodrag Milanovic2016-02-261-1/+4
|
* Fixing some more Android related things (nw) Miodrag Milanovic2016-02-261-0/+1
|
* Make Android targets compile but not link, using clang compiler in NDK, ↵ Miodrag Milanovic2016-02-251-35/+38
| | | | since GCC will be removed in next one (nw)
* removed nacl, fixed android and pnacl (nw) Miodrag Milanovic2016-02-251-90/+9
|
* fixed logic in expression (nw) Miodrag Milanovic2016-02-151-1/+1
|
* check STRIP_SYMBOLS in strip function and add strip support for osx (nw) Jeffrey Clark2016-02-151-0/+10
|
* add TOOLCHAIN make flag for explicit toolchain prefix cross compiling (nw) Jeffrey Clark2016-02-151-20/+27
|
* small addition for steamlink (nw) Miodrag Milanovic2016-02-151-1/+3
|
* Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic] Miodrag Milanovic2016-01-251-3/+34
|
* Some cleanup in build scripts, GNU C99 for 3rdparty C files (nw) Miodrag Milanovic2016-01-041-2/+0
|
* Fix building on clang, executable fail starting due to mixed allocators (nw) Miodrag Milanovic2016-01-041-10/+0
|
* missed this one (nw) Miodrag Milanovic2016-01-011-3/+3
|
* Initial conversion of core to C++14. Note that compilers are now limited to ↵ Miodrag Milanovic2015-12-031-8/+1
| | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic]
* Cleanup (nw) Justin Kerk2015-11-251-3/+6
|
* Added MSBUILD support, msbuild.exe must be in path so update your tools (nw) Miodrag Milanovic2015-11-231-0/+7
|
* Fixing compiling issue for release toolchain (per Balrog) (nw) Scott Stone2015-10-051-4/+4
|