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

trunk/src/lib/lib.mak
r242947r242948
3939#-------------------------------------------------
4040
4141UTILOBJS = \
42   $(OSDOBJ)/osdcore.o \
4243   $(LIBOBJ)/util/astring.o \
4344   $(LIBOBJ)/util/avhuff.o \
4445   $(LIBOBJ)/util/aviio.o \
trunk/src/osd/sdl/sdl.mak
r242947r242948
404404#-------------------------------------------------
405405
406406OSDCOREOBJS = \
407   $(OSDOBJ)/osdcore.o \
408407   $(SDLOBJ)/strconv.o \
409408   $(SDLOBJ)/sdldir.o  \
410409   $(SDLOBJ)/sdlfile.o     \
trunk/src/osd/windows/windows.mak
r242947r242948
344344#-------------------------------------------------
345345
346346OSDCOREOBJS = \
347   $(OSDOBJ)/osdcore.o \
348347   $(WINOBJ)/main.o    \
349348   $(WINOBJ)/strconv.o \
350349   $(WINOBJ)/windir.o \


Previous 199869 Revisions Next


© 1997-2024 The MAME Team