comparison build_release @ 1943:794a5c9a2c73

Kill the stateview target as it is not very useful these days and breaks a lot
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Apr 2020 14:54:00 -0700
parents 93960907807a
children 33f454232aee
comparison
equal deleted inserted replaced
1942:35722beaf895 1943:794a5c9a2c73
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
36 if [ $OS = "Windows" -o $OS = "Win64" ]; then 36 if [ $OS = "Windows" -o $OS = "Win64" ]; then
37 binaries="dis.exe zdis.exe stateview.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
41 binaries="dis zdis stateview vgmplay blastem termhelper" 41 binaries="dis zdis vgmplay 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