comparison build_release @ 2289:92449b47cce8

Integrate VGM player into main blastem binary
author Michael Pavone <pavone@retrodev.com>
date Sat, 04 Feb 2023 22:44:44 -0800
parents 97bfb6089274
children 2ea2f3aa5aa8
comparison
equal deleted inserted replaced
2288:efc75ea79164 2289:92449b47cce8
32 make PORTABLE=1 clean all 32 make PORTABLE=1 clean all
33 SDLDLLPATH=sdl/i686-w64-mingw32/bin 33 SDLDLLPATH=sdl/i686-w64-mingw32/bin
34 fi 34 fi
35 make menu.bin tmss.md 35 make menu.bin tmss.md
36 if [ $OS = "Windows" -o $OS = "Win64" ]; then 36 if [ $OS = "Windows" -o $OS = "Win64" ]; then
37 binaries="dis.exe zdis.exe vgmplay.exe blastem.exe $SDLDLLPATH/SDL2.dll" 37 binaries="dis.exe zdis.exe blastem.exe $SDLDLLPATH/SDL2.dll"
38 verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c` 38 verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c`
39 txt=".txt" 39 txt=".txt"
40 else 40 else
41 binaries="dis zdis vgmplay blastem termhelper" 41 binaries="dis zdis blastem termhelper"
42 if [ $OS = "Darwin" ]; then 42 if [ $OS = "Darwin" ]; then
43 binaries="$binaries Frameworks" 43 binaries="$binaries Frameworks"
44 else 44 else
45 binaries="$binaries lib" 45 binaries="$binaries lib"
46 fi 46 fi