summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/tools.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* MAME now represent full build, for building MESS drivers only use [Miodrag ↵ Miodrag Milanovic2015-05-091-4/+0
| | | | | | | Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade
* build mess tools for ume (nw) Miodrag Milanovic2015-04-291-1/+1
|
* Make generated projects behave same as before revert (nw) Miodrag Milanovic2015-04-161-0/+60
|
* added SEPARATE_BIN option to put executable files in bin folder and not in ↵ Miodrag Milanovic2015-04-081-15/+30
| | | | main (useful for continuous integration )(nw)
* compile mess tools only if target is mess (nw) Miodrag Milanovic2015-04-071-0/+3
|
* removed includeosd (nw) Miodrag Milanovic2015-04-021-30/+15
|
* added back unidasm, and enabled building even in tiny builds (nw) Miodrag Milanovic2015-03-301-0/+35
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-2/+34
|
* made tools to be built with TOOLS=1 param (nw) Miodrag Milanovic2015-03-261-14/+14
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+484
make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files