diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-04-26 14:54:00 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-04-26 14:54:00 -0700 |
commit | cbd07294f432f9d9c393f98c42e92b6ee08545c1 (patch) | |
tree | f172ba4284771c235264bd284f3ba9a25595f0ab /build_release | |
parent | 50a93edac0c361031cd6955cc84a8a6ac300d9b5 (diff) |
Kill the stateview target as it is not very useful these days and breaks a lot
Diffstat (limited to 'build_release')
-rwxr-xr-x | build_release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_release b/build_release index b9808a2..7d61332 100755 --- a/build_release +++ b/build_release @@ -34,11 +34,11 @@ else 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 |