comparison build_release @ 2035:33f454232aee

Added open source TMSS replacement
author Michael Pavone <pavone@retrodev.com>
date Sun, 07 Mar 2021 10:41:35 -0800
parents 794a5c9a2c73
children 97bfb6089274
comparison
equal deleted inserted replaced
2034:8b2ef428d1aa 2035:33f454232aee
30 SDLDLLPATH=sdl/x86_64-w64-mingw32/bin 30 SDLDLLPATH=sdl/x86_64-w64-mingw32/bin
31 else 31 else
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 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 vgmplay.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
45 binaries="$binaries lib" 45 binaries="$binaries lib"
46 fi 46 fi
47 verstr=`./blastem -v` 47 verstr=`./blastem -v`
48 txt="" 48 txt=""
49 fi 49 fi
50 binaries="$binaries menu.bin" 50 binaries="$binaries menu.bin tmss.md"
51 ver=`echo $verstr | awk '/blastem/ { gsub(/\r/, "", $2); print $2 }'` 51 ver=`echo $verstr | awk '/blastem/ { gsub(/\r/, "", $2); print $2 }'`
52 if [ $OS = "Windows" ]; then 52 if [ $OS = "Windows" ]; then
53 suffix='-win32' 53 suffix='-win32'
54 elif [ $OS = "Win64" ]; then 54 elif [ $OS = "Win64" ]; then
55 suffix='-win64' 55 suffix='-win64'