Move rxml in libretro-SDK

This commit is contained in:
twinaphex 2015-02-11 02:23:41 +01:00
parent 1bb8ff6f20
commit 378bd85610
4 changed files with 2 additions and 2 deletions

View File

@ -778,7 +778,7 @@ XML
#if 0
#ifndef HAVE_LIBXML2
#define RXML_LIBXML2_COMPAT
#include "../compat/rxml/rxml.c"
#include "../libretro-sdk/formats/xml/rxml.c"
#endif
#endif

View File

@ -3,7 +3,7 @@ TARGET := rxml
SOURCES := $(wildcard *.c)
OBJS := $(SOURCES:.c=.o)
CFLAGS += -DRXML_TEST -Wall -pedantic -std=gnu99 -O0 -g -I../include
CFLAGS += -DRXML_TEST -Wall -pedantic -std=gnu99 -O0 -g -I../../include
all: $(TARGET)