| Previous | 199869 Revisions | Next |
| r34436 Saturday 17th January, 2015 at 14:32:40 UTC by Couriersud |
|---|
| Put osdcore.o into libutil.a to avoid linking errors on debug builds. This is a workaround. All osd_printf functions are in reality core functions given they are built around delegates and abuse delegates heavily. Therefore they should be moved to util at some point. (nw) |
| [src/lib] | lib.mak |
| [src/osd/sdl] | sdl.mak |
| [src/osd/windows] | windows.mak |
| r242947 | r242948 | |
|---|---|---|
| 39 | 39 | #------------------------------------------------- |
| 40 | 40 | |
| 41 | 41 | UTILOBJS = \ |
| 42 | $(OSDOBJ)/osdcore.o \ | |
| 42 | 43 | $(LIBOBJ)/util/astring.o \ |
| 43 | 44 | $(LIBOBJ)/util/avhuff.o \ |
| 44 | 45 | $(LIBOBJ)/util/aviio.o \ |
| r242947 | r242948 | |
|---|---|---|
| 404 | 404 | #------------------------------------------------- |
| 405 | 405 | |
| 406 | 406 | OSDCOREOBJS = \ |
| 407 | $(OSDOBJ)/osdcore.o \ | |
| 408 | 407 | $(SDLOBJ)/strconv.o \ |
| 409 | 408 | $(SDLOBJ)/sdldir.o \ |
| 410 | 409 | $(SDLOBJ)/sdlfile.o \ |
| r242947 | r242948 | |
|---|---|---|
| 344 | 344 | #------------------------------------------------- |
| 345 | 345 | |
| 346 | 346 | OSDCOREOBJS = \ |
| 347 | $(OSDOBJ)/osdcore.o \ | |
| 348 | 347 | $(WINOBJ)/main.o \ |
| 349 | 348 | $(WINOBJ)/strconv.o \ |
| 350 | 349 | $(WINOBJ)/windir.o \ |
| https://github.com/mamedev/mame/commit/0c10c6794e85b48e663fb8da47aff894a427e119 |
| Previous | 199869 Revisions | Next |