mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
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:
parent
306849ec81
commit
821ffc9136
@ -122,7 +122,8 @@ META_OBJS=meta/adx_header.o \
|
||||
meta/xbox_ims.o \
|
||||
meta/xbox_stma.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)
|
||||
|
||||
|
@ -93,5 +93,6 @@ libmeta_la_SOURCES += xbox_stma.c
|
||||
libmeta_la_SOURCES += xbox_ims.c
|
||||
libmeta_la_SOURCES += de2.c
|
||||
libmeta_la_SOURCES += dc_str.c
|
||||
libmeta_la_SOURCES += xbox_xmu.c
|
||||
|
||||
EXTRA_DIST = meta.h
|
||||
|
@ -113,6 +113,7 @@ gchar *vgmstream_exts [] = {
|
||||
"stma",
|
||||
"matx",
|
||||
"de2",
|
||||
"xmu",
|
||||
/* terminator */
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user