summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/devices.lua
Commit message (Collapse)AuthorAgeFilesLines
* Work around linker issues with Emscripten (nw) Justin Kerk2016-04-291-3/+6
|
* Fix ldplayer issue (nw) Miodrag Milanovic2016-03-291-0/+1
|
* Extend system library support (nw) Jeffrey Clark2016-03-281-20/+4
| | | | | | | 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
* Fixed arcade build and merged libbus with liboptional due to circular ↵ Miodrag Milanovic2016-03-061-37/+0
| | | | dependencies (nw)
* Added pre-compiled headers support to build system (nw) Miodrag Milanovic2016-01-011-0/+3
|
* Added addprojectflags function and added -Wsuggest-override for all that are ↵ Miodrag Milanovic2015-12-061-0/+4
| | | | | | not 3rdparty projects. It is place where all additional checks we should put
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
|
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-5/+0
|
* Renamed DRIVERS parameter to SOURCES since you can add any source you wish ↵ Miodrag Milanovic2015-10-091-1/+1
| | | | to include in target (nw)
* Do not create dasm.lib if no disassembler compiled (nw) Miodrag Milanovic2015-10-091-0/+3
|
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2/+1
|
* removed not needed include paths (nw) Miodrag Milanovic2015-09-131-1/+0
|
* Remove direct zlib dependency in code (nw) Miodrag Milanovic2015-09-131-15/+0
|
* reorganized scripts according to new structure (nw) Miodrag Milanovic2015-09-131-0/+148