summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/emu.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-1/+1
|
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-1/+53
|
* Added generated m68kops files to tree, added makefile for developers working ↵ Miodrag Milanovic2015-04-031-1/+0
| | | | on core (nw)
* removed includeosd (nw) Miodrag Milanovic2015-04-021-7/+4
|
* Link osdnet into a library reflecting its location, define USE_NETWORK ↵ Vas Crabb2015-04-011-1/+0
| | | | properly, don't use SDL in non-SDL-specific macros
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-35/+139
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+152
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