Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/libsnes/bizwinmakedistro64.sh
2 views
1
#!/bin/sh
2
3
#makes all bsnes binaries for distribution
4
#use bizwinmakedistro64.sh for 64bit (dont run it at the same time!)
5
6
./bizwinclean.sh
7
./bizwinmakeone.sh 64 performance compress
8
./bizwinclean.sh
9
./bizwinmakeone.sh 64 compatibility compress
10
11
#leave compatibility built as objs because thats more useful to us while devving
12
13
14