add gsb_blocked to src/Makefile

add manakoAT to in_vgmstream about box


git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@520 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-12-16 19:00:45 +00:00
parent 06e43e9c00
commit 94825119ee
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,8 @@ LAYOUT_OBJS=layout/ast_blocked.o \
layout/xvas_block.o \ layout/xvas_block.o \
layout/vs_blocked.o \ layout/vs_blocked.o \
layout/emff_blocked.o \ layout/emff_blocked.o \
layout/thp_blocked.o layout/thp_blocked.o \
layout/gsb_blocked.o
META_OBJS=meta/adx_header.o \ META_OBJS=meta/adx_header.o \
meta/afc_header.o \ meta/afc_header.o \

View File

@ -222,7 +222,7 @@ char * extension_list[] = {
void about(HWND hwndParent) { void about(HWND hwndParent) {
MessageBox(hwndParent, MessageBox(hwndParent,
PLUGIN_DESCRIPTION "\n" PLUGIN_DESCRIPTION "\n"
"by hcs and FastElbja\n\n" "by hcs, FastElbja and manakoAT\n\n"
"http://sourceforge.net/projects/vgmstream" "http://sourceforge.net/projects/vgmstream"
,"about in_vgmstream",MB_OK); ,"about in_vgmstream",MB_OK);
} }