BizHawk/libsnes/bizwinmakedistro.sh

15 lines
400 B
Bash

#!/bin/sh
#makes all bsnes binaries for distribution
#use bizwinmakedistro64.sh for 64bit (dont run it at the same time!)
./bizwinclean.sh
./bizwinmakeone.sh 32 performance compress
./bizwinclean.sh
./bizwinmakeone.sh 32 accuracy compress
./bizwinclean.sh
./bizwinmakeone.sh 32 compatibility compress
#leave compatibility built as objs because thats more useful to us while devving