mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
Fixed debug build (nw)
This commit is contained in:
parent
407d98f3d7
commit
09b27d605a
@ -60,6 +60,7 @@ MAKEDEPOBJS = \
|
|||||||
$(OBJ)/lib/util/corealloc.o \
|
$(OBJ)/lib/util/corealloc.o \
|
||||||
$(OBJ)/lib/util/corefile.o \
|
$(OBJ)/lib/util/corefile.o \
|
||||||
$(OBJ)/lib/util/unicode.o \
|
$(OBJ)/lib/util/unicode.o \
|
||||||
|
$(OBJ)/lib/util/tagmap.o \
|
||||||
|
|
||||||
$(MAKEDEP_TARGET): $(MAKEDEPOBJS) $(LIBOCORE) $(ZLIB)
|
$(MAKEDEP_TARGET): $(MAKEDEPOBJS) $(LIBOCORE) $(ZLIB)
|
||||||
@echo Linking $@...
|
@echo Linking $@...
|
||||||
@ -78,6 +79,7 @@ MAKEMAKOBJS = \
|
|||||||
$(OBJ)/lib/util/corefile.o \
|
$(OBJ)/lib/util/corefile.o \
|
||||||
$(OBJ)/lib/util/corestr.o \
|
$(OBJ)/lib/util/corestr.o \
|
||||||
$(OBJ)/lib/util/unicode.o \
|
$(OBJ)/lib/util/unicode.o \
|
||||||
|
$(OBJ)/lib/util/tagmap.o \
|
||||||
|
|
||||||
$(MAKEMAK_TARGET): $(MAKEMAKOBJS) $(LIBOCORE) $(ZLIB)
|
$(MAKEMAK_TARGET): $(MAKEMAKOBJS) $(LIBOCORE) $(ZLIB)
|
||||||
@echo Linking $@...
|
@echo Linking $@...
|
||||||
@ -96,6 +98,7 @@ MAKELISTOBJS = \
|
|||||||
$(OBJ)/lib/util/cstrpool.o \
|
$(OBJ)/lib/util/cstrpool.o \
|
||||||
$(OBJ)/lib/util/corefile.o \
|
$(OBJ)/lib/util/corefile.o \
|
||||||
$(OBJ)/lib/util/unicode.o \
|
$(OBJ)/lib/util/unicode.o \
|
||||||
|
$(OBJ)/lib/util/tagmap.o \
|
||||||
|
|
||||||
$(MAKELIST_TARGET): $(MAKELISTOBJS) $(LIBOCORE) $(ZLIB)
|
$(MAKELIST_TARGET): $(MAKELISTOBJS) $(LIBOCORE) $(ZLIB)
|
||||||
@echo Linking $@...
|
@echo Linking $@...
|
||||||
|
Loading…
Reference in New Issue
Block a user