update for my builds

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@196 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-24 15:44:09 +00:00
parent f9b3ee049c
commit e3c010f67b
3 changed files with 9 additions and 2 deletions

View File

@ -13,7 +13,8 @@ LAYOUT_OBJS=layout/ast_blocked.o \
layout/halpst_blocked.o \
layout/interleave.o \
layout/nolayout.o \
layout/xa_blocked.o
layout/xa_blocked.o \
layout/xbox_blocked.o
META_OBJS=meta/adx_header.o \
meta/afc_header.o \
@ -41,7 +42,11 @@ META_OBJS=meta/adx_header.o \
meta/raw.o \
meta/ps2_vag.o \
meta/psx_gms.o \
meta/ps2_str.o
meta/ps2_str.o \
meta/ps2_ild.o \
meta/ps2_pnb.o \
meta/xbox_wavm.o \
meta/xbox_xwav.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -1,4 +1,5 @@
#include "meta.h"
#include "../layout/layout.h"
#include "../util.h"
/* WAVM

View File

@ -1,4 +1,5 @@
#include "meta.h"
#include "../layout/layout.h"
#include "../util.h"
/* XWAV