add xmb to makefiles

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@413 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-08-18 20:27:14 +00:00
parent 306849ec81
commit 821ffc9136
3 changed files with 4 additions and 1 deletions

View File

@ -122,7 +122,8 @@ META_OBJS=meta/adx_header.o \
meta/xbox_ims.o \ meta/xbox_ims.o \
meta/xbox_stma.o \ meta/xbox_stma.o \
meta/de2.o \ meta/de2.o \
meta/dc_str.o meta/dc_str.o \
meta/xbox_xmu.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS) OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -93,5 +93,6 @@ libmeta_la_SOURCES += xbox_stma.c
libmeta_la_SOURCES += xbox_ims.c libmeta_la_SOURCES += xbox_ims.c
libmeta_la_SOURCES += de2.c libmeta_la_SOURCES += de2.c
libmeta_la_SOURCES += dc_str.c libmeta_la_SOURCES += dc_str.c
libmeta_la_SOURCES += xbox_xmu.c
EXTRA_DIST = meta.h EXTRA_DIST = meta.h

View File

@ -113,6 +113,7 @@ gchar *vgmstream_exts [] = {
"stma", "stma",
"matx", "matx",
"de2", "de2",
"xmu",
/* terminator */ /* terminator */
NULL NULL
}; };