Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added PYTHON_EXECUTABLE to use differently named python executable(nw) | 2015-04-08 | 1 | -1/+1 | ||
| | ||||||
* | Moved creation of most non-layout files out of makefile (nw) | 2015-04-04 | 1 | -1/+53 | ||
| | ||||||
* | Added generated m68kops files to tree, added makefile for developers working ↵ | 2015-04-03 | 1 | -1/+0 | ||
| | | | | on core (nw) | |||||
* | removed includeosd (nw) | 2015-04-02 | 1 | -7/+4 | ||
| | ||||||
* | Link osdnet into a library reflecting its location, define USE_NETWORK ↵ | 2015-04-01 | 1 | -1/+0 | ||
| | | | | properly, don't use SDL in non-SDL-specific macros | |||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -35/+139 | ||
| | ||||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -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 |