| Previous | 199869 Revisions | Next |
| r34251 Thursday 8th January, 2015 at 00:47:27 UTC by Couriersud |
|---|
| Changed error about wrong OSD to a warning. Non supported builds can now add the proper define (OSD_WINDOWS, OSD_MINI, OSD_SDL, or OSD_my_own_OSD) in my_own_OSD.mak (nw) |
| [/trunk] | makefile |
| r242762 | r242763 | |
|---|---|---|
| 504 | 504 | ifeq ($(OSD),osdmini) |
| 505 | 505 | DEFS += -DOSD_MINI |
| 506 | 506 | else |
| 507 | $( | |
| 507 | $(warning Please add -DOSD_[SDL|WINDOWS|MINI] in $(OSD).mk) | |
| 508 | 508 | endif |
| 509 | 509 | endif |
| 510 | 510 | endif |
| https://github.com/mamedev/mame/commit/8b2092785203703c56ca304bf6e94ee1f895ed0c |
| Previous | 199869 Revisions | Next |