diff 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
line wrap: on
line diff
--- a/build_release	Sat Apr 25 18:10:40 2020 -0700
+++ b/build_release	Sun Apr 26 14:54:00 2020 -0700
@@ -34,11 +34,11 @@
 fi
 make menu.bin
 if [ $OS = "Windows" -o $OS = "Win64" ]; then
-	binaries="dis.exe zdis.exe stateview.exe vgmplay.exe blastem.exe $SDLDLLPATH/SDL2.dll"
+	binaries="dis.exe zdis.exe vgmplay.exe blastem.exe $SDLDLLPATH/SDL2.dll"
 	verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c`
 	txt=".txt"
 else
-	binaries="dis zdis stateview vgmplay blastem termhelper"
+	binaries="dis zdis vgmplay blastem termhelper"
 	if [ $OS = "Darwin" ]; then
 		binaries="$binaries Frameworks"
 	else