summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/osd
Commit message (Collapse)AuthorAgeFilesLines
* MAME now represent full build, for building MESS drivers only use [Miodrag ↵ Miodrag Milanovic2015-05-093-24/+0
| | | | | | | Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-41/+0
| | | | | | | | | | | | | | 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
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
|
* If verinfo.py fails don't touch the output file, so subsequent builds won't ↵ Vas Crabb2015-02-221-1/+1
| | | | think it's up-to-date
* verinfo to python (nw) Miodrag Milanovic2015-02-131-2/+2
|
* (MESS) fixed missing file details [Oliver Stöneberg] Oliver Stöneberg2015-01-301-1/+1
| | | | also aligned all .rc files
* added missing generation of MESS resources (nw) Oliver Stöneberg2015-01-301-0/+10
| | | | still doesn't fix the missing details
* Changing #includes for headers that are part of toolchain and not part of ↵ Scott Stone2014-09-292-13/+2
| | | | any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw)
* MSVC fixes Nathan Woods2014-07-031-1/+0
|
* (Windows) add higher resolution icons for mame/mess. These were made ↵ Michaël Banaan Ananas2013-10-261-0/+0
| | | | available by JacKc a few months ago. I don't mean to imply that they are 'official', they may be replaced later.
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-35/+2
| | | | to new license tagged form.
* Clean-ups and version bumpmame0147u1 Miodrag Milanovic2012-10-081-1/+1
|
* (MESS) write messvers.rc to the proper output folder and fixed include in ↵ Oliver Stöneberg2012-09-182-4/+4
| | | | mess.rc (no whatsnew)
* (MESS) fixed resource data of Windows executable [Oliver Stöneberg] Oliver Stöneberg2012-09-173-4/+23
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-213-0/+81