summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+209
|
* fix custombuild task missing in cpu.lua (nw) Miodrag Milanovic2015-04-081-0/+3
|
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-22/+22
|
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-0/+78
|
* Added generated m68kops files to tree, added makefile for developers working ↵ Miodrag Milanovic2015-04-031-1/+1
| | | | on core (nw)
* added back unidasm, and enabled building even in tiny builds (nw) Miodrag Milanovic2015-03-301-5/+311
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-348/+348
|
* fix for DRC (nw) Miodrag Milanovic2015-03-261-12/+0
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+1470
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