mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
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)
This commit is contained in:
parent
d061d9594c
commit
0c10c6794e
@ -39,6 +39,7 @@ OBJDIRS += \
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
UTILOBJS = \
|
UTILOBJS = \
|
||||||
|
$(OSDOBJ)/osdcore.o \
|
||||||
$(LIBOBJ)/util/astring.o \
|
$(LIBOBJ)/util/astring.o \
|
||||||
$(LIBOBJ)/util/avhuff.o \
|
$(LIBOBJ)/util/avhuff.o \
|
||||||
$(LIBOBJ)/util/aviio.o \
|
$(LIBOBJ)/util/aviio.o \
|
||||||
|
@ -404,7 +404,6 @@ OBJDIRS += $(SDLOBJ) \
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
OSDCOREOBJS = \
|
OSDCOREOBJS = \
|
||||||
$(OSDOBJ)/osdcore.o \
|
|
||||||
$(SDLOBJ)/strconv.o \
|
$(SDLOBJ)/strconv.o \
|
||||||
$(SDLOBJ)/sdldir.o \
|
$(SDLOBJ)/sdldir.o \
|
||||||
$(SDLOBJ)/sdlfile.o \
|
$(SDLOBJ)/sdlfile.o \
|
||||||
|
@ -344,7 +344,6 @@ LIBS += -lcomdlg32
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
OSDCOREOBJS = \
|
OSDCOREOBJS = \
|
||||||
$(OSDOBJ)/osdcore.o \
|
|
||||||
$(WINOBJ)/main.o \
|
$(WINOBJ)/main.o \
|
||||||
$(WINOBJ)/strconv.o \
|
$(WINOBJ)/strconv.o \
|
||||||
$(WINOBJ)/windir.o \
|
$(WINOBJ)/windir.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user