Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | enable override of resources by osd (nw) | 2015-04-05 | 1 | -2/+5 | ||
| | ||||||
* | Made all windows build use icons (nw) | 2015-04-05 | 1 | -0/+20 | ||
| | ||||||
* | Moved plist generate to lua (nw) | 2015-04-04 | 1 | -1/+8 | ||
| | ||||||
* | Moved creation of most non-layout files out of makefile (nw) | 2015-04-04 | 1 | -0/+20 | ||
| | ||||||
* | removed includeosd (nw) | 2015-04-02 | 1 | -2/+1 | ||
| | ||||||
* | vs fix (nw) | 2015-04-01 | 1 | -1/+5 | ||
| | ||||||
* | Remove all the stuff that causes driver and emu sources to be compiled | 2015-03-29 | 1 | -25/+11 | ||
| | | | | | | | | | | | differently with different OSDs Switch back to building for all OSDs in common directory Move more OSD-specific stuff into OSD scripts It still isn't completely safe to be building all OSD into same directory Common OSD "module" files, e.g. debuggers and renderers, build with different options for each OSD. It works at the moment, but you will end up with slightly different executables depending on the order you build OSDs. | |||||
* | Made ume target include mame and mess targets (nw) | 2015-03-28 | 1 | -1/+1 | ||
| | ||||||
* | Move more OSD-specific stuff to OSD scripts | 2015-03-28 | 1 | -14/+8 | ||
| | ||||||
* | Split OSD per file [qmc2] | 2015-03-27 | 1 | -2/+2 | ||
| | ||||||
* | add postbuild only to main file (nw) | 2015-03-26 | 1 | -0/+8 | ||
| | ||||||
* | Fix tools link on OSX, only embed plist in main target | 2015-03-26 | 1 | -1/+6 | ||
| | ||||||
* | fixed compiling ldplayer (nw) | 2015-03-26 | 1 | -0/+1 | ||
| | ||||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -0/+101 | ||
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 |