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