]> icculus.org git repositories - btb/d2x.git/blob - djgpp.sh
use JOY_NUM_AXES instead of 4 in joy_(get|set)_cal_vals (d1x r1.3, r1.4)
[btb/d2x.git] / djgpp.sh
1 #!/bin/sh
2 autoconf
3 export CONFIG_SHELL="bash"
4 echo "Please ignore any non-critical error messages in this script"
5 ./configure "$@"
6