mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
png2bdc.c:
* remove osdcore.h build.mak: * remove expat from libs
This commit is contained in:
parent
2c6acf1988
commit
17d5bc279b
@ -53,9 +53,9 @@ $(FILE2STR): $(FILE2STROBJS)
|
||||
PNG2BDCOBJS = \
|
||||
$(BUILDOBJ)/png2bdc.o \
|
||||
|
||||
$(PNG2BDC): $(PNG2BDCOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB) $(EXPAT)
|
||||
$(PNG2BDC): $(PNG2BDCOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB)
|
||||
@echo Linking $@...
|
||||
$(LD) $(LDFLAGS) $^ $(LIBS) -o $@
|
||||
$(LD) $(LDFLAGS) $^ $(LIBUTIL) $(LIBOCORE) $(ZLIB) -o $@
|
||||
|
||||
#-------------------------------------------------
|
||||
# rule for making the verinfo tool
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "osdcore.h"
|
||||
#include "png.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user