summaryrefslogtreecommitdiffstatshomepage
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cmake generate, posix on windows (nw) Jeffrey Clark2016-06-131-1/+1
|
* Fix with cmd.exe shell Vas Crabb2016-06-101-2/+6
|
* Fix travis Vas Crabb2016-06-101-0/+3
|
* Fix git version [Vas Crabb] Vas Crabb2016-06-101-13/+34
| | | | | | | | * git version is set by top-level make, not just when GENie runs * can set IGNORE_GIT=1 for make to ignore git * git ignored/unavailable uses "unknown" in version string * mark modified trees as dirty * note that version now comes from makefile
* Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ Miodrag Milanovic2016-06-091-135/+140
| | | | | | line (nw) Custom build tasks are not yet working
* Updated GENie to latest (nw) Miodrag Milanovic2016-06-081-4/+4
|
* android: 64bit strip, platform version support (nw) Jeffrey Clark2016-06-051-60/+19
| | | | | cleanup make targets and configuration rules fix android_ndk_root env test
* fix android target libSDL2 circular ref (nw) Jeffrey Clark2016-06-041-24/+24
| | | | | 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-7/+30
| | | | preliminary fastbuild support (experimental in genie)
* removed not used libraries, and commented portaudio that will be used but no ↵ Miodrag Milanovic2016-05-311-5/+0
| | | | need for now (nw)
* Allow building on OpenBSD Frederic Cambus2016-05-191-0/+24
|
* fixed MSBUILD. nw dankan18902016-05-191-1/+1
|
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-4/+4
|
* renamed not used files and fix for ymmu100 (nw) Miodrag Milanovic2016-05-011-1/+6
|
* minus sign in subtarget creates problems (nw) Miodrag Milanovic2016-05-011-13/+16
|
* fix empty dir creation (nw) Miodrag Milanovic2016-04-291-5/+5
|
* do regenerate of project files when building shader tools, and removed ↵ Miodrag Milanovic2016-04-291-0/+2
| | | | precompiled when doing clean (nw)
* compile just one chain with Miodrag Milanovic2016-04-211-1/+1
| | | | make shaders CHAIN=unfiltered
* no error output if first time run (nw) Miodrag Milanovic2016-04-161-2/+5
|
* Always rebuild version.cpp when there is git version change (nw) Miodrag Milanovic2016-04-161-0/+11
|
* Add short git version if building non-release build, also if git command is ↵ Miodrag Milanovic2016-04-161-0/+10
| | | | not available or if .git is not there (so building out of other sources) (nw)
* moved osdsync to root of OSD, removed osdmini (nw) Miodrag Milanovic2016-04-151-20/+1
|
* Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build ↵ Miodrag Milanovic2016-04-121-0/+10
| | | | (nw)
* Fix surprising behaviour of {TOOLS,TESTS,BENCHMARKS}=0 Vas Crabb2016-04-121-0/+6
|
* Added PRECOMPILE=0 so in conjunction with ccache it gives better compile ↵ Miodrag Milanovic2016-04-021-0/+5
| | | | speed (nw)
* Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-3/+3
|
* Extend system library support (nw) Jeffrey Clark2016-03-281-18/+18
| | | | | | | Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-271-30/+30
|
* Fix compile on x64 Miodrag Milanović2016-03-271-1/+1
|
* Fix compile win 64 bit with mingw 32 bit sum20122016-03-271-0/+3
| | | | Fix #739
* Cleanup in the bgfx aisle, nw therealmogminer@gmail.com2016-03-251-1/+1
|
* Ci20 wip support (nw) Miodrag Milanovic2016-03-231-0/+24
|
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-231-1/+13
|\
| * Updated makefile to support more building environments and to prevent ↵ Miodrag Milanovic2016-03-231-1/+13
| | | | | | | | crashing if folders are missing (nw)
* | Merge: Build project for Windows Store Brad Hughes2016-03-221-0/+7
|\ \ | |/ |/|
| * Build project for Windows Store Brad Hughes2016-03-221-0/+7
| |
* | Now shader compile tools are built on host machine (nw) Miodrag Milanovic2016-03-201-2/+5
| |
* | fix Makefile issue (nw) Miodrag Milanovic2016-03-201-2/+2
|/
* Added support for Raspberry Pi cross-compile (nw) Miodrag Milanovic2016-03-191-0/+25
|
* Added ability to build using system libuv (1.8.0 or higher required) Julian Sikorski2016-03-121-0/+5
|
* Update to use with latest android nkd (nw) Miodrag Milanovic2016-03-111-6/+6
|
* Support for aarch64 (nw) Miodrag Milanovic2016-03-111-0/+13
|
* Fix Emscripten build when Clang is the default compiler (issue #704) (nw) Justin Kerk2016-03-101-0/+4
|
* Make XAudio2 available in all Windows OSD builds, plus use 2.9 if available, ↵ Brad Hughes2016-03-051-5/+0
| | | | plus code cleanup.
* Revert "XAudio2 code cleanup, plus switch header to wine version." Brad Hughes2016-03-051-0/+5
| | | | This reverts commit d52ed107a5b6f59d40851ef1bcf8c2e2b8d18773.
* XAudio2 code cleanup, plus switch header to wine version. Brad Hughes2016-03-051-5/+0
|
* added IGNORE_BAD_LOCALISATION flag (nw) Miodrag Milanovic2016-03-021-1/+5
|
* continue execution of compilation even if some translations failed (nw) Miodrag Milanovic2016-03-021-1/+1
|
* Make translation will now remove fuzzy translations and will not merge those ↵ Miodrag Milanovic2016-03-021-1/+2
| | | | as well (nw)
* Fix issue on win (nw) Miodrag Milanovic2016-02-281-1/+1
|