png2bdc.c:

* remove osdcore.h
build.mak:
* remove expat from libs
This commit is contained in:
Couriersud 2008-02-05 23:18:52 +00:00
parent 2c6acf1988
commit 17d5bc279b
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -50,7 +50,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "osdcore.h"
#include "png.h"