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 = \
|
PNG2BDCOBJS = \
|
||||||
$(BUILDOBJ)/png2bdc.o \
|
$(BUILDOBJ)/png2bdc.o \
|
||||||
|
|
||||||
$(PNG2BDC): $(PNG2BDCOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB) $(EXPAT)
|
$(PNG2BDC): $(PNG2BDCOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB)
|
||||||
@echo Linking $@...
|
@echo Linking $@...
|
||||||
$(LD) $(LDFLAGS) $^ $(LIBS) -o $@
|
$(LD) $(LDFLAGS) $^ $(LIBUTIL) $(LIBOCORE) $(ZLIB) -o $@
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# rule for making the verinfo tool
|
# rule for making the verinfo tool
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "osdcore.h"
|
|
||||||
#include "png.h"
|
#include "png.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user