comparison build_release @ 2487:2ea2f3aa5aa8

Remove dis.exe and zdis.exe from Windows builds due to silly antivirus false positives
author Michael Pavone <pavone@retrodev.com>
date Mon, 15 Apr 2024 23:00:02 -0700
parents 92449b47cce8
children
comparison
equal deleted inserted replaced
2486:e8eba0cd5444 2487:2ea2f3aa5aa8
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 blastem.exe $SDLDLLPATH/SDL2.dll" 37 binaries="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 blastem termhelper" 41 binaries="dis zdis blastem termhelper"
42 if [ $OS = "Darwin" ]; then 42 if [ $OS = "Darwin" ]; then